Dear all,
i need to reset my password of invoiceninja from database php my admin.
Where and how do this?
Thanks
You can set the database password in the .env file in the root folder of the project
No i need to reset the login password… i cannot send to me the mail recovery password because it does not works.
The password is stored in the users table but it’s encrypted.
You would need SSH access to the server to manually generate a new password.
i’ve the access, how to do this?
Run php artisan tinker
in the root folder of the app and then bcrypt('new password');
Hi, I am having the same issue and need to reset my login password from the server side.
My service provider has also been helping to no success with resetting the login password from the Service. They ran the PHP Artisan Tinker and all but nothing (follow the instructions left above). “Recover your password” from login page does not deliver the link to email, when it does the reset link leads to an error page.
Not sure what to do anymore, kindly assist
What error are you seeing?