How to import Password ?
I see that in the example it's possible with a column Password in CSV file but it doesn't work. I put passwords in clear, not in MD5.

Thanks for reply

Comments

robert castelo’s picture

A column of data in CSV containing plain text passwords matched to the Password field in Drupal should import OK.

dzescsd’s picture

even with version 6.x-1.2 ?

landry’s picture

I have user_import 6.x & ldap_provisioning & ldap_integration installed and configured, and 'password' is not available as a choice when mapping csv fields to user fields. So i can't import my user passwords... guess i'll have to manually set them in my LDAP directory.

Any idea ?

robert castelo’s picture

Status: Active » Postponed (maintainer needs more info)

'Password' is listed as one of the options in the pulldown selectors in the 'Drupal Fields' column, so that it can be matched to a column in the CSV file.

Does that help?

landry’s picture

Well now 'password' is listed as an option (wasn't before, for an obscure reason) - but still, it doesn't interact with ldapprov module and doesn't create users in ldap - gues it needs proper integration with ldapprov module :)

robert castelo’s picture

User Import module has an API for integration with other modules, if you need LDAP integration you can develop it or commission it to be developed.

robert castelo’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)