|
@ -735,7 +735,7 @@ make_config! { |
|
|
email_expiration_time: u64, true, def, 600; |
|
|
email_expiration_time: u64, true, def, 600; |
|
|
/// Maximum attempts |> Maximum attempts before an email token is reset and a new email will need to be sent
|
|
|
/// Maximum attempts |> Maximum attempts before an email token is reset and a new email will need to be sent
|
|
|
email_attempts_limit: u64, true, def, 3; |
|
|
email_attempts_limit: u64, true, def, 3; |
|
|
/// Automatically enforce at login |> Setup email 2FA provider regardless of any organization policy
|
|
|
/// Setup email 2FA at signup |> Setup email 2FA provider on registration regardless of any organization policy
|
|
|
email_2fa_enforce_on_verified_invite: bool, true, def, false; |
|
|
email_2fa_enforce_on_verified_invite: bool, true, def, false; |
|
|
/// Auto-enable 2FA (Know the risks!) |> Automatically setup email 2FA as fallback provider when needed
|
|
|
/// Auto-enable 2FA (Know the risks!) |> Automatically setup email 2FA as fallback provider when needed
|
|
|
email_2fa_auto_fallback: bool, true, def, false; |
|
|
email_2fa_auto_fallback: bool, true, def, false; |
|
|