Password recovery reveals hidden url
-
Hi there
We are using TAGDIV optin builder. Password recovery received by subscribers reveals the hidden login url.
I have added the code below to functions.php.
add_filter( ‘td_login_password_reset_link’, function($password_reset_link) { return str_replace( ‘wp-login.php’, ‘en/tds-login-register/’, $password_reset_link ); });
However, your plugin doesnt allow us to apply this change and still the hidden login url is revealed in passoword recovery e*mails.
Can you suggest any work around?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Password recovery reveals hidden url’ is closed to new replies.