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 using the User registration window.
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.