• Resolved newbeeon

    (@newbeeon)


    Hi,

    Thank you very much for this great plugin.

    Everything works fine, just a question re. password column.

    If I import the users from csv file that mixed content with both new and existing users, and the csv file has “password” column empty, what happen to existing user’s password? are they changed? I supposed it’ll not be changed, as per documentation.

    For those existing users, what will be displayed if I use **password** token?

    Thanks
    Newbee

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @newbeeon,

    Good morning, **password** token would show an empty string.

    Thanks for using this plugin.

    Thread Starter newbeeon

    (@newbeeon)

    Hi @carazo

    Thank you for prompt reply.

    I did test again and found the **password** token will be replaced with string: Password has not been changed

    I don’t mind to have that string as I found it’s useful for information.

    However, I can’t translate the string. I assume the string is created by the plugin. Am I correct?

    Thanks
    Newbee

    Thread Starter newbeeon

    (@newbeeon)

    Hi @carazo

    Is it hard-coded in here?

    if( empty( $password ) && !$created )
    $password = __( ‘Password has not been changed’, ‘import-users-from-csv-with-meta’ );

    Plugin Author Javier Carazo

    (@carazo)

    @newbeeon,

    Yes sure, sorry I didn’t remember it. Yes, you should traslate it using this i18n string.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘**password** token for existing users’ is closed to new replies.