Edit password reset success message
-
Is there a way either to redirect after a successful password reset or to add a link to the success message? Currently the user remails on the URL with the recovery key, ex. domain.com/reset/?key=w5NWq88DchVq4pDzwSRL and they are given the message: “Your password has been successfully changed!”
I would either like the user to be redirected to the login page after a successfil password reset, ex. domain.com/login/ or I want to add a link to the success message, ex.
<div class="wppb_holder" id="wppb-recover-password-container"><p class="wppb-success">Your password has been successfully changed!</p><p><a href="/login/">Back to Login</a></p></div>Is there a hook for that? I couldn’t find it in the documentation.
Thanks!
The topic ‘Edit password reset success message’ is closed to new replies.