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 = '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.
- Go to Translation under Admin (Or "Common Translations" under ESM Directory)
- Search for "reset your password" and click Edit on the mail content
- Now, replace the content with a generic text like "Forgot Password mail content" and click Save.
- Now, go to <sdp>\lib\resources and open the latest modified file (eg: ApplicationResources_en_US_common.properties)
- 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.
- Make sure everything is in the same line and save the file (use <br> if you need new line in email content)
- Restart SDP services, and further emails will use this content.
New to ADSelfService Plus?
Related Articles
Forgot Password | increasing the password reset link's validity
To increase the link's validity: Connect to the database using the following link: https://pitstop.manageengine.com/portal/en/kb/articles/how-to-connect-to-the-servicedesk-database Run the below query (replace '<validity_in_mins>' with your value ...
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 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 ...