• Resolved Pramod Yadav

    (@pcmobitech)


    Dear Sir,
    I’m using Jetpack for a long time. I am also using jetpack Single Signon feature on My blog & my site connected with my wordpress.com.
    I added this code in my function.php file
    add_filter( 'jetpack_sso_bypass_login_forward_wpcom', '__return_true' );
    So my site redirect to WordPress.com when i try to sign in on my site. After filling correct login information with dual factor authentication then sign in completes.
    That’s great Jetpack removes my wp-admin login form for security.
    But yesterday I made a mistake in using the other WordPress account. Which is not connected to my own site. Then it redirect to my site & I saw that it is showing an error, it is normal because that email is not available in my site. But the under the error message the official login form is also visible.
    See Screenshot-
    https://goo.gl/bd3xbg
    This is not good because if some one tries their wordpress.com account to login my site then my official login form will appear.
    Is this a bug in Jetpack. How can i completely hide this login form. Please Help Me!

    https://www.ads-software.com/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    That filter does indeed create a redirection, but it won’t hide the log in form on your site. To completely hide the for from your site, you’ll need to use a combination of filters, from Jetpack and from WordPress Core.

    You can install the following plugin on your site to take care of this for you, or look at the plugin’s source code to see what filters are used:
    https://github.com/Automattic/jetpack-force-2fa

    Thread Starter Pramod Yadav

    (@pcmobitech)

    Thanks, I will try this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single SignOn problem’ is closed to new replies.