Resetting Password

To reset the user password, do the following:

  1. On the command prompt, access the $AF_HOME/bin directory.
  2. Run the following command:
$AF_HOME/bin/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.