Reset admin account without e-mail? #2944
-
I recently set up Checkmate to play around with it. I now seem to have forgotten my password and I cannot login anymore. Resetting does not help since I don't have any mail server to use. Is there a way to reset the password, maybe from within docker, so I can log in again? |
Beta Was this translation helpful? Give feedback.
Answered by
gorkem-bwl
Sep 11, 2025
Replies: 1 comment 4 replies
-
Here's the hashing code you'd need to use to produce an identical hash:
This is a user document in MongoDB:
So you need to do the following:
Then you should be able to login with the password you generated the hash from. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Stitch10925
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the hashing code you'd need to use to produce an identical hash:
This is a user document in MongoDB: