[DOCS] Fix Password Hashing Example Spacing (#847)

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 disable_reset_password: false
file: file:
path: /var/lib/authelia/users.yml path: /var/lib/authelia/users.yml
password_hashing: password_hashing:
algorithm: argon2id algorithm: argon2id
iterations: 1 iterations: 1
salt_length: 16 salt_length: 16
parallelism: 8 parallelism: 8
memory: 1024 memory: 1024
## Format ## Format