Password Link using wp-login even when customized url
-
Hello!
I use a security plugin to customize my login url to be something else and NOT wp-login.php.
When a user registers and receives a message to click on a link to set up their first password, they’re redirected to the homepage because the link generated by your notification sends them to /wp-login.php?action=rp&key=randomkey&login=userid instead of sending them to /mycustomizedloginaddress?action=rp&key=randomkey&login=userid
The shortcode [password_reset_link] works correctly and is aware of the login page modification implemented by my security plugin.
The shortcode [password_url] does NOT work correctly and has the error mentioned above.
Could you please update your plugin to fix that?
I am not able to use [password_reset_link] for new users because it just adds the text [password_reset_link].
Same happens with the [password_url_raw] shortcode (it looks the same).
Please let me know if you can fix it or if I can do anything to change my template to be fixed.
- You must be logged in to reply to this topic.