• Resolved eberswine

    (@eberswine)


    Not sure if this is on the roadmap or can be executed.

    But, would be cool for an option to login automatically after your password has been reset. I feel the cumbersome of filling out details alone can be avioded.

    Thanks and keep up the great innovation!

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    
    function login_after_password_reset( $user ) {
        wp_set_auth_cookie( $user->ID );
    }
    add_action( 'after_password_reset', 'login_after_password_reset' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Log in automatically after passwrod reset ?’ is closed to new replies.