• Resolved jcredland

    (@jcredland)


    On our private server we have Site Ground optimise, WP-Members and Members plugins. There’s protected page which when we go to it prompts for a login.

    This used to work fine, but now since some updates I guess, it no longer shows the two factor auth page. Logging in to /wp-admin does show it.

    Inspecting the code shows this (below), removing the ‘display:none’ allows the user to login.

    .login-action- > div#login:first-of-type {
        display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kuzmanstoyanov

    (@kuzmanstoyanov)

    Hello @jcredland,

    Thank you for reporting the issue. 

    I’ve managed to recreate it and according to the tests I’ve performed, it is only present if the WordPress core is updated to version 6.4 or higher. There are no issues for sites using WordPress 6.3.2 or lower. 

    The information has been passed to our developers and they will look deeper into it. A solution could be expected in one of the upcoming versions of the plugin. 

    Best Regards,?
    Kuzman Stoyanov

    Thread Starter jcredland

    (@jcredland)

    Great stuff.

    Would be good to get this sorted soon as it’s causing some big issues ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two factor login screen no longer appears’ is closed to new replies.