How do I get the password reset process to verify the username in step one.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 01:09 PM
The OOTB password reset process for self serve is three steps:
- Enter user name
- Enter email
- Verify
I want to stop this process on step 1 if the user name does not exist in our instance. Is this possible to do? If so, how so?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2024 12:32 AM
You could try to add a redirect to the script include 'PwdIdentifyViaUsername' when it returns 'null'.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark