From c75b5a598da6a987938ae39e18ac9044533b075d Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 31 Oct 2023 12:33:43 -0700 Subject: [PATCH] chore: fixes typo --- docs/guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index b823123c..c9df31a7 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -224,7 +224,7 @@ Dozzle uses [JWT](https://en.wikipedia.org/wiki/JSON_Web_Token) to generate toke ## Single Username/Password ::: danger -`--username` and `--passowrd` flags will be removed in v6.x in favor of `--auth-provider`. +`--username` and `--password` flags will be removed in v6.x in favor of `--auth-provider`. ::: Dozzle supports a very simple authentication out of the box with just username and password. You should deploy using SSL to keep the credentials safe. See configuration to use `--username` and `--password`. You can also use docker secrets `--usernamefile` and `--passwordfile`.