5.4 Disabling the Passphrase Prompt

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:

  1. Navigate to the folder where the JSSO API files are stored.

  2. 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"
  3. Restart SecureLogin.