diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-08-21 15:27:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 19:27:50 +0000 |
commit | b3f713717407fcb66515a7a702e81b2028800f76 (patch) | |
tree | 659d47cf53867f6ae8f6608625898d993a7b492c /docs/content | |
parent | 02a45e8d581eb484906c684e505f1b4d417a2b03 (diff) | |
download | gitea-b3f713717407fcb66515a7a702e81b2028800f76.tar.gz gitea-b3f713717407fcb66515a7a702e81b2028800f76.zip |
Update minimum password length requirements (#25946)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/administration/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/administration/config-cheat-sheet.en-us.md b/docs/content/administration/config-cheat-sheet.en-us.md index 71ae4f2e30..968b47c230 100644 --- a/docs/content/administration/config-cheat-sheet.en-us.md +++ b/docs/content/administration/config-cheat-sheet.en-us.md @@ -559,7 +559,7 @@ And the following unique queues: - `scrypt`: `scrypt$65536$16$2$50` - Adjusting the algorithm parameters using this functionality is done at your own risk. - `CSRF_COOKIE_HTTP_ONLY`: **true**: Set false to allow JavaScript to read CSRF cookie. -- `MIN_PASSWORD_LENGTH`: **6**: Minimum password length for new users. +- `MIN_PASSWORD_LENGTH`: **8**: Minimum password length for new users. - `PASSWORD_COMPLEXITY`: **off**: Comma separated list of character classes required to pass minimum complexity. If left empty or no valid values are specified, checking is disabled (off): - lower - use one or more lower latin characters - upper - use one or more upper latin characters |