From 5195d0c6f696ba3e5011bcd59f7fb71513487f9c Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 14 May 2020 15:42:17 -0400 Subject: [PATCH] Update basicauth.md --- src/docs/markdown/caddyfile/directives/basicauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/basicauth.md b/src/docs/markdown/caddyfile/directives/basicauth.md index fddd7f9..019bfcb 100644 --- a/src/docs/markdown/caddyfile/directives/basicauth.md +++ b/src/docs/markdown/caddyfile/directives/basicauth.md @@ -25,7 +25,7 @@ basicauth [] [] { - **<hash_algorithm>** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`. - **<username>** is a username or user ID. - **<hashed_password_base64>** is the base-64 encoding of the hashed password. -- **<salt_base64>** is the base-64 encoding of the password salt, if an external site is required. +- **<salt_base64>** is the base-64 encoding of the password salt, if an external salt is required. ## Examples