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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user