Viewing 1 replies (of 1 total)
  • Hello @rnrdesign,

    You need to customize the code in order to send the reset password link to a separate page.

    You need to use the following action hook to add the customization. Please navigate through WP-content/plugins/wp-user-frontend/includes/class-login-widget.php, line number 124, you will find the action hook below:

    do_action( 'lostpassword_post', $errors );

    and the function ajax_lostpassword_retrieve(). You have to use these to redirect the reset password link to another page.

    regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Reset password to link to another page’ is closed to new replies.