Database script
Permalink
Hi! Some days ago I asked for help with a subject related to adding users that already exist in a database at this thread:
http://www.concrete5.org/index.php?cID=2386...
One of your answers was to write a script that can add those users, I've tried that but I'm (very) lost with that issue, could anyone send me some light??
Thanks in advance!
http://www.concrete5.org/index.php?cID=2386...
One of your answers was to write a script that can add those users, I've tried that but I'm (very) lost with that issue, could anyone send me some light??
Thanks in advance!
you probably can call the add method of UserInfo to create users. A simple loop and a call to it might be enough.
http://www.concrete5.org/api/Users/UserInfo.html...