cells-ctl user create
cells-ctl user create
Create a user
Synopsis
Create a user in the backend
Please, note that login are case sensitive: you can create 2 distinct users with login 'User' and 'user'.
You can also create a user in a given group by entering a full path to the user (see examples below).
EXAMPLE
$ pydioctl user create -u '/group/user' -p 'a password' $ pydioctl user create -u 'user' -p 'a password'
cells-ctl user create [flags]
Options
-h, --help help for create
-p, --password string Password of the new user
-u, --username string Login of the new user
Options inherited from parent commands
--registry string Registry used to manage services (default "nats")
SEE ALSO
- cells-ctl user - Manage users