• Resolved germanstaltari

    (@germanstaltari)


    Hi, I have activated the plugin in a WPEngine WP site and after I have enabled 2FA, it gives 502 bad gateway after you enter the OTP code. I did some debugging and read WPEngine error codes docs and I’ve found that if you don’t add the ‘wpe-login=true’ to the URL query string, it fails to log you in (you can verify what I mean in this link: https://wpengine.com/support/error/#444_-_Connection_Closed_Without_A_Response).
    I’ve modified the code to add the wpe-login=true in the URL here (premium.php):

    // Form the URL
    $url = wp_login_url().’?wpe-login=true&action=loginizer_security&uid=’.$user->ID.’&lutoken=’.$token.(!empty($_REQUEST[‘redirect_to’]) ? ‘&redirect_to=’.urlencode($_REQUEST[‘redirect_to’]) : ”).(isset( $_REQUEST[‘interim-login’] ) ? ‘&interim-login=1’ : ”);

    Could be possible to have some kind of patch for this issue?
    Thanks in advance,
    Regards
    German Staltari

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter germanstaltari

    (@germanstaltari)

    Hi, I’ve seen in another thread that you need a support request in your ticketing system for premium features. I’ve already done it.
    TIA
    German

    Plugin Contributor loginizer

    (@loginizer)

    Hi,

    We have replied to your support ticket and will work with you on that ticket.

    Closing this thread.

    Plugin Contributor loginizer

    (@loginizer)

    Hi,

    Sorry for the delay.

    We have fixed this issue and released Loginizer v1.6.7 with the fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WPEngine 2FA issue’ is closed to new replies.