How does the Creator quickly switch between users?
Click on the username in the upper right corner of the screen.
How can I see login tries and current activity?
Tables:
System tables
— Accesses
— Authorizations
System tables
— Accesses
— Users online
Where do I set the lockout settings against password brute-forcing?
System tables
— Main
— Settings and cron
— Settings
Fields:
h_time
— the time a user is blocked after a series of incorrect password entries.
error_count
— the number of incorrect password attempts before blocking.
with_pass_recover
— whether the user can request password recovery via email. Works only if users have email addresses recorded.
periodicity
— the interval for checking notifications for the user in seconds. Usually 2-3 seconds.
How do I let a user manage other users?
Enable the user_manager
parameter in the users table. This parameter does not allow access to the Creator
role and users with the Creator
role.
Will such a user be able to assign himself or another user the role of Creator?
No. He also won't be able to assign sudo
.
Who are the sudo users?
If you enable the sudo
parameter in the user table, the user will be able to switch to other users' accounts.
This is usually necessary for a manager to understand what employees see or do not see.
How can I enable users to recover their passwords themselves?
In System tables
— Main
— Settings and cron
— Settings
, enable with_pass_recover
. Users must have email.