mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[DOCS] Fix Password Hashing Example Spacing (#847)
This commit is contained in:
parent
91d2b75b64
commit
bb1158b91e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user