diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index d218aefee5..8b8ebfa3d7 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -996,6 +996,16 @@ password_config: # #pepper: "EVEN_MORE_SECRET" + # Password policy. + # + #policy: + # enabled: true + # minimum_length: 15 + # require_digit: true + # require_symbol: true + # require_lowercase: true + # require_uppercase: true + # Enable sending emails for notification events or expiry notices |