We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default keys
users.status=disabled users.1.name=root users.1.password=changeme users.1.status=disabled
As the first evaluation is approaching this is frozen with defaults
The text was updated successfully, but these errors were encountered:
remove password ffield rom defaults as it is the hash not the password
Sorry, something went wrong.
the user.n.password field is the hash of the password but it is also salted so I can't configure it
user.n.password
The password is hashed and salted. I've added to the docs what does it mean and how it's done but for clarity I'll add this here too.
The format is
users.1.password=$algorithm_id$salt$hash
The algorithm id is 1, I couldn't figure out what is the algorithm and how may rounds of hashing are required so we have included them as binary blobs
1
No branches or pull requests
Default keys
As the first evaluation is approaching this is frozen with defaults
The text was updated successfully, but these errors were encountered: