Co worker lost admin password #4146
AlanGreyjoy
started this conversation in
General
Replies: 1 comment 2 replies
-
Bueller...Bueller...Bueller |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the DO droplet from the marketplace.
I have tried this,
Went to https://bcrypt-generator.com/ and generated a hash
Then I ran this
docker exec db psql -U wiki -d wiki -c "UPDATE users SET password = 'HASH-PASSWORD' WHERE email = 'YOUR-EMAIL';"
Console says UPDATE 1
When I try to login, still bad user and pass.
We can't do email reset, because they did not update the SMTP creds for the new SendGrid auth.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions