Reset backend user password
0
Sometimes it's possible that you can forget October CMS website backend user password. You don't need to panic if you or your developer has access to the command line. you can easily change the backend user password in a matter of time.
You can use the
php artisan october:passwdcommand to reset backend user password
php artisan october:passwd admin NEWPASS
Here this command will set the admin user's password to NEWPASS.
You can replace admin user and NEWPASS with your own details.
Reference: Change backend admin password
There are no comments yet
Be the first one to comment