Enable password invalidation
There are two way can enable password invalidation.
First Step: Directly modify wc-server.xml file.
- Locate wc-server.xml file
- Update strPasswordInvalidationSetting = WcsApp.configProperties.getValue("PasswordInvalidation/enabled", "false");
- Restart your WebSphere Commerce instance.
Second Step: Using Configuration Manager.
- Open the Configuration Manager.
- Traverse to the Password Invalidation node for your instance as follows: WebSphere Commerce > node_name > Commerce > Instance List > instance_name > Instance Properties > Password Invalidation
- To activate the password invalidation feature, click the Enable check box.
- To apply your changes to Configuration Manager, click Apply. Upon successfully updating the configuration for your instance, you will receive a message indicating a successful update.
- Restart your WebSphere Commerce instance.