-
-
Notifications
You must be signed in to change notification settings - Fork 352
SERVER_HASHED_PASSWORD incorrect password #195
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
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
unsafe password works tho... |
You haven't wrapped the password in "'s like it shows. |
i've tried;
weird |
https://docs.linuxserver.io/general/docker-compose/#quoting-variables |
I'm seeing the same issue. Even with quotes the hashed password isn't accepted. However I generated my password hash differently as the suggested approach - npc argon2-cli - has a large red warning telling you to use the argon2 binary directly. So I generated my hash using:
|
It turns out that I was just being an idiot. I hadn't taken into account that echo adds a newline. I regenerated the hash using:
Which fixed my particular issue. |
Is there an existing issue for this?
Current Behavior
I've tried running both my personal py srcipt with bcrypt, which starts with $2b$12$; and the argon one on the example 'thisismypassword' and both of them are failing... please advice
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: