You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/AdminAdobeIms/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,3 +120,12 @@ Errors are logged into the `/var/log/admin_adobe_ims.log` file.
120
120
121
121
Logging can be enabled or disabled in the config on changing the value for `adobe_ims\integration\logging_enabled` or in the Magento Admin Configuration under `Advanced > Developer > Debug`. \
122
122
There you can switch the toggle for `Enable Logging for Admin Adobe IMS Module`
123
+
124
+
# Password usage in Admin UI
125
+
1. Remove current user password verification from form,
126
+
2. Remove admin user set of passwords,
127
+
3. Check that it is still updating the admin user information,
128
+
4. Remove password refresh options from config,
129
+
5. Validate that crons etc dont happen,
130
+
6. Validate that when disabled the fields work again,
0 commit comments