Fix typo in docs/configuration.md
Signed-off-by: Gabriell Nascimento <gabriellhrn@gmail.com>
This commit is contained in:
parent
23e4099973
commit
74255cd4f2
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ The _htpasswd_ authentication backed allows one to configure basic auth using an
|
||||||
[Apache HTPasswd File](https://httpd.apache.org/docs/2.4/programs/htpasswd.html).
|
[Apache HTPasswd File](https://httpd.apache.org/docs/2.4/programs/htpasswd.html).
|
||||||
Only [`bcrypt`](http://en.wikipedia.org/wiki/Bcrypt) format passwords are
|
Only [`bcrypt`](http://en.wikipedia.org/wiki/Bcrypt) format passwords are
|
||||||
supported. Entries with other hash types will be ignored. The htpasswd file is
|
supported. Entries with other hash types will be ignored. The htpasswd file is
|
||||||
loaded once, at startup. If the file is invalid, the registry will display and
|
loaded once, at startup. If the file is invalid, the registry will display an
|
||||||
error and will not start.
|
error and will not start.
|
||||||
|
|
||||||
> __WARNING:__ This authentication scheme should only be used with TLS
|
> __WARNING:__ This authentication scheme should only be used with TLS
|
||||||
|
|
Loading…
Reference in a new issue