Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
bordertrue

See the Password resetting configuration article to learn about password configuration settings.

In SimpleOne, the password resetting process runs automatically, not involving agents. A newly added user can set password via specific link from the email notification. If a user forgot the password, it can be reset via portal and email.

Setting a password


After adding a new user, they will receive a notification via email.

  1. Click on the link in the email message. You will be redirected to the New Password page.
  2. Enter a new password and click Confirm. You will be redirected to the Login page.
  3. Enter your login and password and click Log in.

Image Added


Resetting a password


Users can reset their account passwords if necessary.

  1. On the Login page, click the Forgot password? link. You can change the link text in the source message.
  2. Enter your email.
  3. Click Submit

Image Added

4. After that, you will receive a message containing a link for resetting a password. The link will redirect you to the New Password page where you can set up a new password.

Note

The password reset email contains a link looking like:

Users can retrieve their account passwords if necessary. For this, it is required to navigate to the Reset Password page up from the login page using the Forgot Password link.

Image Removed

After that, a user should specify his account email and submit a form. In some seconds, he will receive an email containing a link to the new password page.

Image Removed

...

Code Block
<a href="{instance.uri.without.

...

scheme}/new-password/{

...

password.reset.token}">Your new password</a>

The

...

password.reset.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 can set up a new password.

Image Removed

5. Specify a new password

...

and click Confirm.

...

 You will be redirected to the

...

Login page.

6. Enter you login and password and click Log in.

Image Added


Note

A user with

...

the LDAP Server or Source fields specified will not be able to retrieve a password.

Image Modified

Password retrieval configuration

To display a password retrieval link on the agent interface login page, please do the following:

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:

  1. Navigate to System Localization → Source Message.
  2. Open a search bar using a magnifier icon on the top of the title area.
  3. Find a message containing the desired text using this search bar.
  4. Navigate to the Messages tab and click on the record related to this.

Image Removed

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.

Image Removed

Warning

While editing messages, please avoid changing the Source Message value because this value is used to display the relevant Message value.

To change the password retrieval letter subject and body, do the following:

To display the password retrieval link on the portal login page, please complete the steps below:


Changing a password


You can change your or other user's password via agent interface in the User table.

Tip

Role required: admin, security_admin or user_manager.

Info

User with the user_manager role must belong to the same company as the user for whom they change the password.

Users without these roles cannot change other user's passwords, i.e., they can edit the Password field only in their user record.

To edit a user record, perform the following steps:

  1. Navigate to User Administration → Users.
  2. Find and open the record you need using the Condition Builder or the list search boxes.
  3. Enter a new password into the Password field.
  4. Click Save or Save and Exit to apply changes.

When a user changes another user's password, an email notification is sent to the user whose password has been changed.

See the Available Notifications article to learn more.

Table of Contents
absoluteUrltrue

...