Forgot Password | increasing the password reset link's validity

Forgot Password | increasing the password reset link's validity

  1. Connect to the database using the following link: https://pitstop.manageengine.com/portal/en/kb/articles/how-to-connect-to-the-servicedesk-database
  2. Run the below query (replace '<validity_in_mins>' with your value like '120' etc.
Quote
update globalconfig set paramvalue='<validity_in_mins>' where parameter='FORGOT_PASSWORD_LINK_VALIDITY';
  1. Restart SDP services for changes to take place.

                  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 will not work for Not in Domain users in some scenarios

                      Issue: Forgot Password link will not be sent to "Not in Domain" users when domain filtering is enabled. Fix: We will check the expected domain for "Not in Domain" users to send the password reset link. ISSUE ID: SD-121235 Resolution: The fix for the ...
                    • 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 ...
                    • 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 ...