Change user password from phpmyadmin

How can i change the user password form the phpmyadmin, the reset password by email is not working

Do you want to change the password of your PHPMyAdmin account or the password to your Invoice Ninja installation?
If it’s Invoice Ninja then you can ask for a password reset or do it with MySQL on the DB directly.

For PHPMyAdmin better contact your provider

You would need to SSH into the server and run php artisan tinker to use bcrypt to encrypt the password

Once encrypted you can update the users table in the database

1 Like