Importing users
Permalink 1 user found helpful
I have an excel file with 300 users I'd like to import into the database. It holds basic accountinformation (username, password etc) and additionally created attributes.
I would like to import this through phpmyadmin, but does anyone have experience with this?
1. How can I encrypt the passwords before / after importing them to the database.
2. How can I import into the right tabels (which tables) and which field-connections do I have to take into consideration?
I hope somebody has some suggestions for this, it would save me a lot of time.
Thank you in advance,
Robert
I would like to import this through phpmyadmin, but does anyone have experience with this?
1. How can I encrypt the passwords before / after importing them to the database.
2. How can I import into the right tabels (which tables) and which field-connections do I have to take into consideration?
I hope somebody has some suggestions for this, it would save me a lot of time.
Thank you in advance,
Robert
Create a loop and import data with code like this.
Automatic encryption of password.
Read more at Scripting common Concrete5 tasks..http://www.concrete5.org/help/building_with_concrete5/developers/mv...
Good luck