WebusersImport
WebusersImport 0.2
- Add crypt or not password function
- Add 2 new language variables
Add a manager function to import web users from a CSV file
Description
Add a manager function to import web users from a CSV fileInstructions
Installation :
. Create a new module named WebusersImport and copy/paste this code
Use :
. Create a txt file an put each user on a line whith this organisation : Fullname;username;password;email
Fullname = john DO
username = jdo
password = MD5 crypted or not password (you will choose to crypt them in the module admin)
file exemple :
user 1;user1;pwd1;user1@test.com
user 2;user2;pwd2;user2@test.com
user 3;util3;pwd3;user3@test.com
user 4;user4;pwd4;user4@test.com
. In the manager go to the module, select the file and click "Import"