Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reseting admin password #66

Open
miguelzenteno opened this issue Feb 27, 2024 · 1 comment
Open

Reseting admin password #66

miguelzenteno opened this issue Feb 27, 2024 · 1 comment

Comments

@miguelzenteno
Copy link

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
Copy link
Owner

Nikeev commented Feb 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants