Console command / Users / user:add
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
Console's bolt:add-user
command adds a new Bolt user account.
Usage¶
php ./bin/console bolt:add-user <username> <password> <email> <display-name>
or
php ./bin/console bolt:add-user
to use the interactive interface.
Arguments¶
Argument | Description |
---|---|
username | Username (login name) for the new user |
display-name | Display name for the new user |
Email address for the new user | |
password | Password for the new user |
Example¶
]$ php ./bin/console bolt:add-user kenny GumLe@ves kenny@example.org Kenny
[OK] User was successfully created: kenny (kenny@example.org)
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.