r1user
The r1user tool allows you to perform the following actions:
- Create new user account
- Display information about existing user accounts
- Modify existing user accounts
- Delete user accounts
Below you can see the result of executing the r1user --help command:

Examples
Some examples of the r1user commands.
Add a user with login anderson, email anderson@softwarecompany.com, password IamNeo and no superuser privileges:
r1user add anderson --email=anderson@softwarecompany.com --password=IamNeo --no-super-user

Anderson becomes neo - with new email address, new password and super user privileges:
r1user mod anderson --email=neo@matrix.net --password=WakeUp --super-user anderson

Disable account of the user smith:
r1user mod --no-enabled smith

Delete user with username switch:
r1user del switch

Read more in CLI Tools - Managing Users.
Labels:
None
