When password is changed, SecureLogin prompts the user to specify passphrase answer. You can configure SecureLogin to re-encrypt the users’ data using the new password without prompting for the passphrase. Perform the following steps to disable the passphrase prompt:
Navigate to the folder where the JSSO API files are stored.
Open the command prompt and run the following command:
java -jar "jssoapi-cmd-8.8.0-0.jar" -a admin.json -r user.json
NOTE:The user.json file must contain the new password in the following format before you run this command.
"users":[ { "dn":"cn=user101,ou=users,o=data", "password":"newpassword"
Restart SecureLogin.