Creating a New User AccountTo add a new user account, run the "r1user add <USER_NAME>" command.
Read how to add a new user by means of web interface: Adding Users. To set the email address of the new user:
--email=<EMAIL_ADDRESS>
--passwordTo set the password for the new user: --password=<PASSWORD>
--must-change-passwordTo make the new user change the password at the first login: --must-change-password
--no-must-change-passwordTo free the user from the annoying task of changing the password at the first login: --no-must-change-password
--can-change-passwordTo create the user account with permission to change password: --can-change-password
--no-can-change-passwordTo create the user account without permission to change password: --no-can-change-password
--enabled / no-enabledTo create enabled or disabled user account: --enabled --no-enabled
--can-add-users / no-can-add-usersTo create the user account with or without permission to add other user accounts: --can-add-users --no-can-add-users
--can-add-hosts / no-can-add-hostsTo create the user account with or without the permission to add hosts: --can-add-hosts --no-can-add-hosts
--super-userTo create the user account with super user privileges: --super-user
--no-super-userTo create the user account without super user privileges --no-super-user
--remove-admin-privilegesTo create the user account without administrative privileges: --remove-admin-privileges
|









