Replies: 2 comments
-
This is solved. Please close/delete this discussion. I can't seem to delete/close it myself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also use Flood's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently using the latest compiled binary and I'm trying to automate the user creation. The problem seems to be with my password generation command.
I've translated this code from your codebase to the following command
echo password | argon2 salt-12345678910 -id -p 1 -t 256 -k 512 -l 32 -e
.However, after using the generated hash in the json db, I get
Failed login.
Can you tell me If I'm using any wrong parameters to generate the hash?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions