Customize password reset email

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 the text "Please click the following link to reset your password"

Preview
3. Click Modify enter the details you need and then save the settings

4. Navigate to the Installation path/lib/resources folder. A new .properties files will be generated. (Please locate the file with the last modified date), Open the property file. you can able to see the variable "auth.forgot.password.email.template.content" assigned with the test you edited


To change the email subject follow the below steps,

5. Follow step 1 and in the search bar "Password reset link for" and modify them.

6. Save the changes.

7. Restart the product.

8. Now try to reset your password. In forgot password mail changes will be applied.


Sample modified TXT file:

Preview

                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 the password of a user by entering his username and enable local authentication without connecting to DB.

                      Script to reset the password of a user by entering his username. Also, to enable local authentication in the application without connecting to DB. How the script works ? Invoking the script will show two options. 1. Enable local authentication in the ...
                    • How to reset administrator password in ServiceDesk Plus MSP

                      Follow the below steps to reset Administrator password for builds more than 10600 (To reset the password for less than 10600. Please contact support. ) 1.Connect to the DB Server. i) For MS-SQL-Connect to the MS-SQL Server ii) For Postgres, go to ...
                    • 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 ...
                    • How to customize requester home page

                      Use case In the requester home page, each box should be a button and when clicked anywhere on the box they should be redirected to the respective Subcategories to select the Incident or Service Template or the Solutions. The first box should be with ...