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
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
Comment #1
robert castelo commentedA column of data in CSV containing plain text passwords matched to the Password field in Drupal should import OK.
Comment #2
dzescsd commentedeven with version 6.x-1.2 ?
Comment #3
landry commentedI 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 ?
Comment #4
robert castelo commented'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?
Comment #5
landry commentedWell 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 :)
Comment #6
robert castelo commentedUser 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.
Comment #7
robert castelo commented