Replies: 2
Hello!
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 but it can only used when a user already exists and is asking for a new password.
The shortcode [password_url] does NOT work correctly and has the error mentioned above.
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.
I use Better Notifications but I also tested creating dummy users with the plugin disabled and everytime the email links are created using wp-login instead of using what I customized using your plugin.
I don’t remember having this problem before.
Other plugins like s2Member seem to be aware of the url change, so I don’t know what’s missing.
I tried creating filters using Gemini AI but I was unable to succeed.
I already have a topic on Better Notifications Plugin but now that I tested it with their plugin off I assume it’s likely something missing on this plugin, instead (or something that could be fixable here).
I am unable to figure out a solution after trying multiple things. Help would be very appreciated!
🙏🏻