mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-22 11:12:50 +00:00
api::Accounts::verify_password add the policy even if it's ignored
This commit is contained in:
parent
bee619ff52
commit
44045a865b
3 changed files with 11 additions and 3 deletions
|
@ -475,7 +475,7 @@
|
|||
## Set your Client ID and Client Key
|
||||
# SSO_CLIENT_ID=11111
|
||||
# SSO_CLIENT_SECRET=AAAAAAAAAAAAAAAAAAAAAAAA
|
||||
## Optional Master password policy (minComplexity=[0-4])
|
||||
## Optional Master password policy (minComplexity=[0-4]), `enforceOnLogin` is not supported at the moment.
|
||||
# SSO_MASTER_PASSWORD_POLICY='{"enforceOnLogin":false,"minComplexity":3,"minLength":12,"requireLower":false,"requireNumbers":false,"requireSpecial":false,"requireUpper":false}'
|
||||
## Use sso only for authentication not the session lifecycle
|
||||
# SSO_AUTH_ONLY_NOT_SESSION=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue