Password being reset after user registers setting their own password
-
On my site users set their password during registration. The problem is that the plugin is resetting the password once they are approved. I tried updating the code to comment out $user_pass and even taking it out of the line below it, however nothing worked.
// create the user //$user_password = $user_pass; $user_id = wp_create_user($user_login, $user_pass, $user_email); update_usermeta($user_id, 'pw_user_status', 'pending');
Please advise on a way to completely bypass the plugin from resetting the user password. Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Password being reset after user registers setting their own password’ is closed to new replies.