The Users page displays a list of all CMS users. On this screen, you can add new users, edit existing ones, and delete unnecessary ones.
Add
Clicking on the button opens the page to fill new user data.Click on the Add
button opens the page with inputs that you need to fill with the new user data. At this moment all fields are empty.
All inputs are filled. We can press Save
. If at least one input is skipped, then the Save
button will turn red, signaling an error. If all fields are correctly filled, the button will turn green as a sign of success.
When editing an existing user, a user setting screen opens where we see all filled inputs except for new password. In the current version, the New password field does not display the password value, although it stores it in the database. This means that by writing a new password in this field, you will be overwriting the existing password.
The admin profile is created automatically. It is also automatically assigned the Admin role with full access to the entire system. More about Roles.
Input name | Meaning |
---|---|
Name | Userβs name |
Login | Login for authorization in the admin panel |
Password | Password for authorization in the admin panel |
Changing the password works. But the password is not displayed when opening user settings | |
User's mail (for now donβt used in system) | |
Role | The role can be assigned/changed by Admin and roles that have corresponding access to it |
<aside> π Read more on this topic βββββββββββ Roles Profile
</aside>