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

Add task to reset admin password #101 #113

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Add task to reset admin password #101 #113

merged 1 commit into from
Dec 8, 2022

Conversation

oneiros
Copy link
Collaborator

@oneiros oneiros commented Dec 8, 2022

This adds a task to reset the password of an admin user to a random string.

It can be executed via

bin/rails hdm:reset_admin[email]

where email is the email address of the admin user to reset.

I did not add any documentation because I was not sure where to put it. Also, since docker is the official installation method, I guess it will need to be executed slightly differently.

Fixes #101

@tuxmea tuxmea merged commit a7792fb into main Dec 8, 2022
@tuxmea tuxmea deleted the issue-101 branch December 8, 2022 13:09
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

Successfully merging this pull request may close these issues.

Allow reset of admin password
2 participants