import Password ?
tfayol - May 5, 2009 - 12:59
| Project: | User Import |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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

#1
A column of data in CSV containing plain text passwords matched to the Password field in Drupal should import OK.
#2
even with version 6.x-1.2 ?
#3
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 ?
#4
'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?
#5
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 :)
#6
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.