Resetting Password
To reset the user password, do the following:
- On the command prompt, access the $OM_HOME/roles/userClient/standalone/bin directory.
- Run the following command:
userservice.sh -action reset -adminusername <adminusername> -adminuserpassword <adminpassword> -username <user> -newpassword <newpasswordtoreset>
Note: If the passwords have special characters, then enclose them with double quotes or proper escape sequence compatible with the underlying operating system. For example: "welcome>123", "ab\"c", and so on.