Reset password from DB

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');