This commit is contained in:
Vladimir Igoshin
2025-06-04 15:38:40 +03:00
committed by GitHub

View File

@@ -86,7 +86,7 @@
# }
# # A list of fixed users
# # Note: password may be bcrypt-hashed (generate using `python -c 'import bcrypt; print(bcrypt.hashpw("password", bcrypt.gensalt()))'`)
# # Note: password may be base64-encoded bcrypt-hashed (generate using `python -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("password".encode(), bcrypt.gensalt())))'`)
# fixed_users {
# enabled: true
# pass_hashed: false