You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 8 Next »
Users can reset their account passwords if necessary. To perform this, navigate to the Reset Password page up from the login page using the Forgot Password link.
How to reset a password
After that, a user should specify his account email and submit a form. In some seconds, he will receive an email that will help to reset a password.
The password reset email contains a link looking like:
<a href="{instance.uri.without.protocol}/new-password/{user.token}">Your new password</a>
The user.token value should be specified in the Password Reset Token field for the user who retrieved a password.
After clicking on a password reset link, a user is redirected to a page where he can set up a new password.
After setting up a new password, click Confirm. You'll be redirected to the login page where you can reset the Password Reset Token parameter value for this user.
A user with an LDAP server specified will not be able to retrieve a password.
Password resetting configuration
In this section, you can find instructions and recommendations dedicated to the configuration of the various aspects of password resetting functionality in your instance.
Displaying a password retrieval link
To display a password retrieval link on the agent interface login page, please do the following:
- Set the simple.passwordreset.enabled system property value to 'true'.
To display the password retrieval link on the portal login page, please complete the steps below:
- Set the simple.passwordreset.enabled system property value to 'true'.
- Navigate to the specified portal record (Portal Structure → Portals).
- Navigate to the login page (specified in the Login page field of the portal record).
- Scroll down to the Related Lists area and navigate to the related page container.
- After this, scroll down again to the Related Lists area and navigate to related page rows.
- When you are on the page row, scroll down again to the Related Lists area and navigate to related page columns.
- After this, scroll down to the Related Lists area and navigate to related widget instances.
- Start editing the Schema Option Values value:
- Specify the "true" value for the password reset enabled option.
Changing the letter prerequisites
To change the password retrieval letter subject and/or body, do the following:
- Edit the email.reset_password.subject and/or email.reset_password.email_body system property values typing your text inside.
Changing the link text
To change the Forgot Password link text, you need to edit relevant values in Source Messages and Messages dictionaries. Please complete the steps below for changing this message:
- Navigate to System Localization → Source Message.
- Open a search bar using a magnifier icon on the top of the title area.
- Find a message containing the desired text using this search bar.
- Navigate to the Messages tab and click on the record related to this.
5. Click on the ID in the right column to navigate into the record. If it's not displayed, then put it on the list using the Personal list layout functionality.
6. Edit the message for every language you need. You can also use inline-edit functionality to edit messages. For this:
- Double-click on the value in the Translation column.
- Enter a new value.
- Click the check icon.
Please avoid changing the Source Message value when editing messages; this value is used to displaying the relevant Message value.
- No labels