Support

Account

Home Forums General Issues User profile form: Update password? Reply To: User profile form: Update password?

  • Thanks John

    So in my case, it’d be

    my_pre_save_post('user_5') // 5 being the ID of the user

    and then whatever the user typed in would be set as their password with wp_set_password('pword', 5)

    Sound about right?