Disabling user password reset functionality
The password reset functionality is available by default in the Users tool for users that are registered customers in at least one store.
About this task
To disable this functionality for a deployment, the userPasswordReset feature must be disabled.
Procedure
- For deployment, edit the /profile/installedApps/localhost/ts.ear/LOBTools.war/javascript/shell/Configure.js file that is available within the container.
-
The undocumented parameter named userPasswordReset must
be changed from false to true as shown in the following image:
The password reset functionality is disabled for the user.Important: To disable this feature temporarily in a user’s browser, issue the following URL in the browser before launching the Management Center:
https://<hostname:8000>/lobtools/cmc/Configure?featureName=userPasswordReset&featureEnabled=false Where <hostname:8000> is the domain and port used to launch the Management Center.