Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter codebuddy

    (@codebuddy)

    Just to be clear – If I disable TML the action is called as expected.

    Thread Starter codebuddy

    (@codebuddy)

    Proposed patch, what do you think Jeff? ??

    File: theme-my-login/includes/class-theme-my-login.php around line 138.

    } else {
    
    						do_action( 'validate_password_reset', $this->errors, $user );
    
    						if ( empty($this->errors->errors) && isset( $_POST['pass1'] ) && ! empty( $_POST['pass1'] ) ) {
    						self::reset_password( $user, $_POST['pass1'] );
    
    						$redirect_to = site_url( 'wp-login.php?resetpass=complete' );
    						wp_safe_redirect( $redirect_to );
    						exit;
    						}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘validate_password_reset action not called when using TML’ is closed to new replies.