Edit on GitHub
Jump to docs navigation

Nut command / Users / user:add

Note: You are currently reading the documentation for Bolt 3.7. Looking for the documentation for Bolt 5.2 instead?

Nut's user:add command adds a new Bolt user account.

Usage

    php ./app/nut user:add <username> <displayname> <email> <password> <role>

Arguments

Argument Description
username Username (login name) for the new user
displayname Display name for the new user
email Email address for the new user
password Password for the new user
role Role you wish to give them

Example

]$ php ./app/nut user:add kenny "Kenny Koala" kenny@koala.com.au GumLe@ves editor
Successfully created user: kenny


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.