Compatibility with Jetpack SSO
-
I am attempting to understand why I can still login with a username and password from the maintenance screen when I have enabled the Jetpack setting to block password based login?
From what I can determine, from the various sources, is Jetpack only adds the filter for ‘authenticate’ on the wp-login page (via the login_init action).
As the maintenance page is using a custom login form, the logic to register the filter is not triggered.
I am not sure if this an “issue” with your plugin, or whether Jetpack should be registering the filter through some other logic so the wp_signon gets blocked?
– I know I could just disable the frontend login; but first tried it and was surprised it worked (as I had expected the login to fail).
The topic ‘Compatibility with Jetpack SSO’ is closed to new replies.