You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require login in order to access non-production environments
For Jetpack SSO auto-configuration, his would involve:
filtering jetpack_sso_match_by_email and returning 1
filtering jetpack_sso_require_two_step and returning 1
filtering jetpack_active_modules and ensuring sso is in the list
We could go a step further and filter jetpack_remove_login_form to return true to force the use of WP.com accounts if we so desire (which could be disabled on a per-site basis, but the default security posture would be to force the use of WP.com accounts)
The text was updated successfully, but these errors were encountered:
For Jetpack SSO auto-configuration, his would involve:
jetpack_sso_match_by_email
and returning1
jetpack_sso_require_two_step
and returning1
jetpack_active_modules
and ensuringsso
is in the listWe could go a step further and filter
jetpack_remove_login_form
to returntrue
to force the use of WP.com accounts if we so desire (which could be disabled on a per-site basis, but the default security posture would be to force the use of WP.com accounts)The text was updated successfully, but these errors were encountered: