Filters the disallowed notice for sites in safe mode attempting SSO.
jetpack_sso_disallowed_safe_mode_notice
jetpack_sso_disallowed_safe_mode_notice
jetpack_sso_disallowed_safe_mode_notice
Filters the disallowed notice for sites in safe mode attempting SSO.
jetpack_sso_invite_new_users_wpcom
Toggle the ability to invite new users to create a WordPress.com account.
jetpack_force_2fa_cap
Filter the role to force 2FA for. Defaults to manage_options.
jetpack_force_2fa_dependency_notice
Filter if an admin notice is deplayed when Force 2FA is required, but SSO is not enabled. Defaults to true.
jetpack_force_2fa_login_error_message
Filter the login error message. Defaults to a message that explains the user must use a WordPress.com account with 2FA enabled.
jetpack_force_2fa
Filter to include Force 2FA feature. By default, `manage_options` users are forced when enable. The capability can be modified with the `jetpack_force_2fa_cap` filter. To enable the feature, add the following code: add_filter( ‘jetpack_force_2fa’, ‘__return_true’ );
jetpack_sso_unknown_user_notice
Filters the “couldn’t find your account” notice after an attempted SSO.
jetpack_sso_disallowed_staging_notice
Filters the disallowed notice for staging sites attempting SSO.
jetpack_sso_login_form_explanation_text
Filter the messeage displayed below the SSO button.
jetpack_sso_login_form_above_wpcom
Allow extension above Jetpack’s SSO form.