I forgot my password #2499
Replies: 1 comment
|
Yes, and it is straightforward because the hash is a plain bcrypt one. Passwords live in the On TrueNAS the easiest way to produce one without installing anything is to borrow a container that already has docker run --rm httpd:alpine htpasswd -bnBC 10 "" 'your-new-password' | tr -d ':\n'UPDATE users SET password_hash = '$2y$10$...', is_default_password = 1 WHERE username = 'your-username';Keep the hash in single quotes — bcrypt strings contain If it still comes back as invalid credentials after that, check Disclosure per the project's AI policy: written with Claude's help. I checked the table name, the column names and the encoder against the current source on |
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to do?
I seem to have forgotten my password. Is there a way to reset it inside the database? I do have database access. Thank you!
What's happening instead?
I get invalid credentials...
Your setup
Truenas App:
App Version:
v3.3.3
Version:
v1.0.18
Anything else that might help?
No response
Before submitting
All reactions