From bb1158b91e5911a7422ee63ef29b05b0f1ba96d1 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Fri, 10 Apr 2020 10:08:42 +1000 Subject: [PATCH] [DOCS] Fix Password Hashing Example Spacing (#847) --- docs/configuration/authentication/file.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration/authentication/file.md b/docs/configuration/authentication/file.md index d89b8753..2c372084 100644 --- a/docs/configuration/authentication/file.md +++ b/docs/configuration/authentication/file.md @@ -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