Password Reset
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Platform Security
The default self-service Password Reset process enables a user to reset the password without assistance from service desk agents.
Example: The default self-service password reset flow
- If a user does not remember the password, the user can click the Forgot Password? link on the login screen.
- The Password Reset application starts. On the Identity page, the user identifies himself or herself by entering a Username.
- On the Verify page, the user proves that they are the person who is associated with the username. In this example, the user enters the email address that is associated with the user profile. The admin can configure a different verification method or can require additional verifications, for example, a personal question that only the user can answer.
- The Reset page tells the user to check email for instructions.
- The user opens the email and clicks the here link to reset the password. The link is valid for a period that you specify (use the password_reset.request.expiry property).
- The Reset Password page guides the user to reset the password.
The default self-service Password Reset process (
com.glideapp.password_reset
) defines:- The URI that specifies where users are redirected when they click Forgot Password?. By default this value is /$pwd_reset.do?sysparm_url=ss_default, which is the same value used in the glide.security.password_reset.uri property. In previous releases, this value was set to /reset_password.do.
- The Enable Password Reset URL option, which specifies that the user should receive an email with a link to reset their password after they click Forgot Password?.
- The Personal Data - Enter Email Address verification flow that specifies the three-step password reset flow.
See Configure your Password Reset process for instructions on accessing this form and configuring the fields.
Note:
- This feature works for locally authenticated users who enter the username and password specified in their user record. Users logging in to the instance via an SSO solution or an LDAP integration cannot reset passwords using the example self-service Password Reset process.
- The end user must enable and configure notification preferences. See Subscription-based notifications. Administrators can xmodify the email that is sent to the end user.