We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66b004 commit dc70ac9Copy full SHA for dc70ac9
1 file changed
playbooks/roles/gitea/templates/app.ini.j2
@@ -74,7 +74,8 @@ DISABLE_GIT_HOOKS = true
74
DISABLE_WEBHOOKS = false
75
;;If left empty or no valid values are specified, the default is off (no checking)
76
;;Classes include "lower,upper,digit,spec"
77
-;PASSWORD_COMPLEXITY = off
+PASSWORD_COMPLEXITY = lower,upper,digit
78
+MIN_PASSWORD_LENGTH = 32
79
SUCCESSFUL_TOKENS_CACHE_SIZE = 20
80
81
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments