Nikeev / sesdashboard

Analytics and activity tracking dashboard for AWS Simple Email Service
https://sesdashboard.com/
MIT License
86 stars 27 forks source link

Reseting admin password #66

Open miguelzenteno opened 6 months ago

miguelzenteno commented 6 months ago

I lost my password. I remember the user account, but I don't know how to reset it.

Is it possible to reset it? or else, can I move the project from that user to another user?

Nikeev commented 6 months ago

Hello, there is no UI for password reset, but you could try following.

  1. Run $ ./bin/console security:hash-password or for Docker $ docker exec -it sesdashboard-php-fpm php bin/console security:hash-password

and generate a new password.

  1. Connect to the DB, find your user in user table and change password field with the new generated.

To move a project, project table has a user_id reference that you could change with another user id.