Downloads » Resources » WebusersImport

WebusersImport

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Votes: 4

WebusersImport 0.2

- Add crypt or not password function
- Add 2 new language variables

Works with MODx Version(s): 0.9.2.1, 0.9.2
Submitted: Sep 1st 2006 | License: GPL - GNU Public | Downloads: 911

Add a manager function to import web users from a CSV file

Description

Add a manager function to import web users from a CSV file

Instructions


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"

Previous Releases

WebusersImport 0.1

Initial Release

Works with MODx Version(s): 0.9.2.1, 0.9.2
Submitted: Aug 31st 2006 | License: GPL - GNU Public | Downloads: 394
This resource has been deprecated.


Extras

WebusersImport_file

Import file exemple

Works with MODx Version(s): 0.9.2.1, 0.9.2
Submitted: Aug 31st 2006 | License: GPL - GNU Public | Downloads: 797

( back to top )