1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

[DOCS] Fix Password Hashing Example Spacing ()

This commit is contained in:
James Elliott 2020-04-10 10:08:42 +10:00 committed by GitHub
parent 91d2b75b64
commit bb1158b91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,12 @@ file in the configuration file.
disable_reset_password: false
file:
path: /var/lib/authelia/users.yml
password_hashing:
algorithm: argon2id
iterations: 1
salt_length: 16
parallelism: 8
memory: 1024
password_hashing:
algorithm: argon2id
iterations: 1
salt_length: 16
parallelism: 8
memory: 1024
## Format