Edit on GitHub
Jump to docs navigation

Nut command / Users / user:reset-password

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

Nut's user:reset-password command resets a given user's Bolt account password.

Usage

    php ./app/nut user:reset-password [options] [--] <username>

Arguments

Argument Description
username The username (login name or e-mail address) you wish to reset the password for

Example

$ php ./app/nut user:reset-password kenny
Are you sure you want to reset the password for 'kenny'? yes
New password for kenny is R@nd0mStr1ng


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.