Skip to content

Commit 3510351

Browse files
authored
Show SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION in admin (#6235)
1 parent 7161f61 commit 3510351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ make_config! {
697697
/// Allow email association |> Associate existing non-SSO user based on email
698698
sso_signups_match_email: bool, true, def, true;
699699
/// Allow unknown email verification status |> Allowing this with `SSO_SIGNUPS_MATCH_EMAIL=true` open potential account takeover.
700-
sso_allow_unknown_email_verification: bool, false, def, false;
700+
sso_allow_unknown_email_verification: bool, true, def, false;
701701
/// Client ID
702702
sso_client_id: String, true, def, String::new();
703703
/// Client Key

0 commit comments

Comments
 (0)