Page 1 of 1

Mass User Addition

PostPosted: Tue Nov 10, 2009 12:19 pm
by roundqube
Is there a way to add users quickly into VicidialNow? I have about 200 user's in a CSV file that I want to import.

PostPosted: Tue Nov 10, 2009 12:42 pm
by gardo
You can try doing it via mysql. Something like: "mysql -pvicidialnow < userlist.sql" where userlist.sql contains something like this:

INSERT INTO vicidial_users (user,pass,full_name,user_level,user_group,load_leads,campaign_detail,ast_admin_access,modify_users) values('6666','1234','Admin','9','ADMIN','1','1','1','1');

Note: this is for the user "admin".