• Resolved cdallagnola

    (@cdallagnola)


    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

    • This topic was modified 5 years, 6 months ago by cdallagnola.
Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @cdallagnola this is explained in the documentation, please read it before importing:

    Passwords A string that contains user passwords. We have different options for this case:
    If you don’t create a column for passwords: passwords will be generated automatically
    If you create a column for passwords: if cell is empty, password won’t be updated; if cell has a value, it will be used

    Thanks for using this plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Do not recreate password on user update’ is closed to new replies.