Hello there,
I'm in a new project with a school, and they wanna start a space like a Elgg community, but, they don't want that the users be able make their own registry, only the school's TI will do that... so, now, i'm trying to insert those users by 'insert' in DB, but isn't worked...
Do you have some idea or opnion how can i solve that?
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Mark Bridges@MisterBridges

Mark Bridges - 0 likes
- ru Ben Kenobi@paivarm

ru Ben Kenobi - 0 likes
You must log in to post replies.Login to the admin panel > User administration > Add users.
Dont manipulate the DB manually. If you are directly adding users to the DB, do it through the Elgg API's
Hi,
Yes this is absolutely possible with this plugin: http://community.elgg.org/mod/community_plugins/read.php?guid=384770
If you have a lot of users to upload, split them yp into batches or you might run into php run time errors... if you are a programmer you could probably batch them and process them using cron, but that is beyond me :)
All the best,
Mark
Thank you all!!!