Password Reset Conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 02:40 AM
When a user tries to reset his password for employee center the following conditions must be met (email verification code):
Inactive users, locked out users, and non-existing users should never proceed to the sending code page.
How do I do this? I am new to SN.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 02:58 AM
Hi @vidhya_mouli ,
Password Reset scripts enable you to customize Password Reset by creating your own credential store, verification, and identification types, and extend them by defining extension scripts. You can also create a custom credential store type, custom verification type, or verification.
Legacy
Password Reset scripting is available to users with the password_reset_admin role. The easiest way to customize Password Reset is:
- Create custom types and scripts as described in Password Reset extension script categories.
Extension scripts are example script includes that enable you to extend functionality in a password reset process. The extension script category refers to the specific types of behavior for an extension script (for example, credential store, verification, identification type, or as a post-processor).
- Follow the configuration steps described in Configure your Password Reset process.
- Select the new types that you created. You can customize the following components:
- Credential store types: Define new types for how to connect to your credential stores by creating custom workflows for connection and testing. See Create a credential store type for Password Reset.
- Verification types: Define new types for how users are verified. See Create a custom Password Reset verification type.
- Identification types: Define new types for how users can identify themselves. See Create a custom identification type for Password Reset.
Advanced password reset configuration
You can customize the Password Reset and Password Change applications to meet your organization's needs. See Password Reset and Password Change applications for more information. Also see Configuring Password Reset properties for a list of properties that control several aspects of password reset.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 06:08 AM
Hi @vidhya_mouli ,