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 7161f61 commit 3510351Copy full SHA for 3510351
src/config.rs
@@ -697,7 +697,7 @@ make_config! {
697
/// Allow email association |> Associate existing non-SSO user based on email
698
sso_signups_match_email: bool, true, def, true;
699
/// 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;
+ sso_allow_unknown_email_verification: bool, true, def, false;
701
/// Client ID
702
sso_client_id: String, true, def, String::new();
703
/// Client Key
0 commit comments