mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 08:27:18 +01:00
Show SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION in admin (#6235)
This commit is contained in:
parent
7161f612a1
commit
3510351f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ make_config! {
|
||||||
/// Allow email association |> Associate existing non-SSO user based on email
|
/// Allow email association |> Associate existing non-SSO user based on email
|
||||||
sso_signups_match_email: bool, true, def, true;
|
sso_signups_match_email: bool, true, def, true;
|
||||||
/// Allow unknown email verification status |> Allowing this with `SSO_SIGNUPS_MATCH_EMAIL=true` open potential account takeover.
|
/// Allow unknown email verification status |> Allowing this with `SSO_SIGNUPS_MATCH_EMAIL=true` open potential account takeover.
|
||||||
sso_allow_unknown_email_verification: bool, false, def, false;
|
sso_allow_unknown_email_verification: bool, true, def, false;
|
||||||
/// Client ID
|
/// Client ID
|
||||||
sso_client_id: String, true, def, String::new();
|
sso_client_id: String, true, def, String::new();
|
||||||
/// Client Key
|
/// Client Key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue