commands – user add
Add/create a new user.
Usage
user add
where
| name | of user to add. |
| password | of user. If not defined the user is locked. |
| role/s | comma separated list of roles to add to user, optional. |
| description | of user, optional. |
admin on /_beyondcron/users
this command is disabled when a user service is enabled.
Examples
Create a user
BeyondCron % user add jsmith
BeyondCron % user list jsmith
User Description ------ ----------- jsmith
Create a user with a description
BeyondCron % user add bsmyth William Smyth
BeyondCron % user list bsmith
User Description ------ ------------- bsmyth William Smyth