password reset
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘password reset’ is closed to new replies.