Custom password reset link
-
Hello,
I’m using a membership plugin (Restrict Content Pro) which has its own login and reset password page.
When I request a reset password link, that plugin sends me this link:
https://www.example.com/login/?rcp_action=lostpassword_reset&key=btFhTyhg5wrlLQwPHLr8&login=jimbob%40gmail.com
However, when I use the Better Notifications email, and use the [password_reset_link] code, the email gets sent with this link, which doesn’t work:
https://www.example.com/login/?action=rp&key=qYLgdK8Qa579yDglqEhg&[email protected]
Is there a way I can change the link in the email to be the same as the one generated by the plugin, which is what actually works to reset the password? You can see the code they’re using to generate the link here: https://github.com/restrictcontentpro/restrict-content-pro/blob/master/includes/login-functions.php
Thank you kindly for your help.
- The topic ‘Custom password reset link’ is closed to new replies.