CLI Tools - Creating a New User Account

Search CDP Server 2.0
Searching CDP Server 2.0 Documentation
CDP Server 2.0 Documentation

Creating a New User Account

To add a new user account, run the "r1user add <USER_NAME>" command.

Note
The "add" and "mod" commands have several common arguments.
Note
If you add --silent to the "add," "mod," or "del" command, the command output will be suppressed.

Read how to add a new user by means of web interface: Adding Users.

--email

To set the email address of the new user:

--email=<EMAIL_ADDRESS>


--password

To set the password for the new user:

--password=<PASSWORD>

Note
When adding a new user, specifying the email and password is mandatory.
  


--must-change-password

To make the new user change the password at the first login:

--must-change-password


 

--no-must-change-password

To free the user from the annoying task of changing the password at the first login:

--no-must-change-password


--can-change-password

To create the user account with permission to change password:

--can-change-password


--no-can-change-password

To create the user account without permission to change password:

--no-can-change-password


--enabled / no-enabled

To create enabled or disabled user account:

--enabled
--no-enabled


 

--can-add-users / no-can-add-users

To 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-hosts

To create the user account with or without the permission to add hosts:

--can-add-hosts
--no-can-add-hosts



 

--super-user

To create the user account with super user privileges:

--super-user

 
--no-super-user

To create the user account without super user privileges

--no-super-user


 

--remove-admin-privileges

To create the user account without administrative privileges:

--remove-admin-privileges

Note
If this parameter is used with the r1user "add" command, the user will be added without privileges, except the privilege to log in and change the password.
 


 

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.