Resetting passwords for technicians and requesters

Resetting passwords for technicians and requesters

      In recent builds, the option to reset passwords directly from the login details while editing a technician or requester is no longer available. Instead, password resets can be performed using the following methods, applicable from build 14201 for both technicians and requesters.

Table of contents:
  1. Through email
  2. Through SDAdmin UI
  3. Through User UI
  4. Through the forgot password option

Through email:

To reset a user's password via email:

1. Select the desired user from the list.
2. Click on "Actions."
3. Choose "Send Password Reset Link".



An email will be sent to the user containing a password reset link, which they can use to set a new password.

Through SDAdmin UI:

To reset a user's password through the SDAdmin UI:

1. Edit the specific user's details.
2. Click "Yes" beside the "Remove Login" option to remove the user's login under the login details.
3. Re-add the login with a new password.

Through User UI:

If the user is still able to access the application, they can change their password directly:

1. Click on the Profile Icon.
2. Choose "Change Password".




Through forgot password option:

If a user has forgotten their password:
  1. On the login page, click the "Forgot Password" option.
  2. Enter the login name on the subsequent page.
  3. A password reset link will be sent to the user's email.
Choose the most suitable option based on the user's current access and needs.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Forgot Password link validity and email content

                      Change Forgot Password Link Validity To change the validity of forgot password link, please execute the below query and restart SDP service. Query: update globalconfig set paramvalue='1440' where parameter='FORGOT_PASSWORD_LINK_VALIDITY' and category ...
                    • Customize password reset email

                      Steps to customize the email sent for resetting the password of a technician or requester Follow the below steps to customize the password reset link email content: 1. Admin -> Settings -> General settings -> translations 2. In the search bar enter ...
                    • Forgot password option missing

                      If Forgot password option missing in the login page, then please check the below option under Admin->Self-Service Portal Settings. If this option is disabled, then the Forgot password option will not be visible in the login page. Allow users to login ...
                    • 8.1 Reset global admin Password from the database

                      MYSQL query to reset Administrator's password: Follow the steps as mentioned below which would help you to reset the "admin"/"administrator" password as "admin".   1. Connect to MySQL Server on Port 33356 using the command from the SC+ server ...
                    • Script to reset password and enable local authentication

                      Purpose : Interactive mode of resetting the password of a user by entering his username. Also, to enable local authentication in the application. This script can be used in builds on or above 9400 version How the script works ? Invoking the script ...