• Resolved Hugo Shih

    (@hugoshih)


    When I add the login_protection as below script then the reset password is wrong and back to my homepage, can you fix it, thanks for your help.

    add_action('login_enqueue_scripts','login_protection');  
    function login_protection(){  
        if($_GET['word'] != 'adminlogin')header('Location: https://dolphinswimhk.com/');  
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    Are you sure you opened the ticket in the right place? The code doesn’t seem to be related to our product.

    Thread Starter Hugo Shih

    (@hugoshih)

    Hi,

    I mean I put the code to protect our login panel then the reset password email is wrong.

    if I off  Translate Multilingual then all are okay or I delete the script but no protect, I am appreciate if you can fix it, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘password reset’ is closed to new replies.