Users registration
By default, a SAYMON administrator can create new users via graphical interface (see User and Group Management), Keycloak or LDAP. Also, the administrator can configure SAYMON to let users register by themselves.
Configuring
In order to setup "self-registration" it is necessary to:
-
In the User subsection of the Server section of the server configuration file
/etc/saymon/saymon-server.conf
set the variableauth_enabled
totrue
:"server": { "user": { "auth_enabled" : true } } ...
-
In the same section configure the Email subsection.
-
In the client configuration file
/etc/saymon/saymon-client.yaml
add the parameterauthEnabled
and set it totrue
:... authEnabled: true ...
-
Restart SAYMON:
$ sudo service saymon-server restart
server.user.auth_enabled
parameter also enables the ability to remove user’s own account.
Registration
After the configuration is successfully completed, users can register in SAYMON by themselves:
-
Open the web interface and click the button
Registration
. -
Enter login, email address, password, password confirmation and CAPTCHA and click the button .
Password requirements are displayed when there are valid password policies. -
Follow the link from the email notification to confirm the registration.
The text of the email notification can be changed in notification templates.
Interface language can be selected at the top right corner of the registration window:
Language selector is shown only if there are multiple languages defined in the web application configuration. |