Forgot Password link validity and email content

Forgot Password link validity and email content

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 = 'SECURITY_SETTINGS';

here, 1440 minutes represents 24 hours, and can be changed to the requirements.


Change the Forgot Password message

Changing the email content is not provided in the UI for now, and will be released later. Until then, to change the mail content sent in forgot password email, you have to change a property in UI and modify the content manually in the Files.
  1. Go to Translation under Admin (Or "Common Translations" under ESM Directory)
  2. Search for "reset your password" and click Edit on the mail content
  3. Now, replace the content with a generic text like "Forgot Password mail content" and click Save.

  1. Now, go to <sdp>\lib\resources and open the latest modified file (eg: ApplicationResources_en_US_common.properties)

  1. Now, modify the below HTML content according to your need and paste it there.
Hi $LoginName, <br><br>Please click the following link to reset your password: <br><br>$PasswordResetLink <br><br><strong>Note:</strong> This link will be valid for $LinkValidity only. <br><br> Thank you.
  1. Make sure everything is in the same line and save the file (use <br> if you need new line in email content)

  1. Restart SDP services, and further emails will use this content.

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ...
                      • Resetting passwords for technicians and requesters

                        In the recent builds, the formal password reset option under the login details when editing a technician or requester is not available. Instead, To reset the passwords of users, the following methods can be used: Applicable from build 14201 and for ...
                      • Customize Login page and add JS scripts

                        Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...