Replies: 1 comment 1 reply
-
I figured out how to do this. Here is where the hash function is defined: https://github.com/sysadminsmedia/homebox/blob/4e260c5a8b63/backend/pkgs/hasher/password.go#L21 So, it is 14 rounds of BCrypt. Go here: https://gchq.github.io/CyberChef/#recipe=Bcrypt(14) Type your desired password into the input box (e.g. " Now, follow these instructions to update your user (e.g., "
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to reset the password of the only user of this app? Found the pw hash in the SQLite DB but have no idea how to change/reset it.
Beta Was this translation helpful? Give feedback.
All reactions