Do not recreate password on user update
-
Hello,
Is it possible that the importer will not generate a new password on user update ?
I’ve to often update my users by importing csv file but I don’t want them to change their password.I solved problem by commenting line in importer.php line 266:
//wp_set_password( $password, $user_id );Maybe add an option like “generate new password for updated users”, which is false by default.
Best regards,
Cédric
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Do not recreate password on user update’ is closed to new replies.