- Posts: 2
Adding users to Moodle
- Sean
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago #1
by Sean
Adding users to Moodle was created by Sean
Hi,
I'm using Joomdle and Community Builder on joomla 2.5.
When I create a new user from backend (CB User Manager or Joomla User Manager), the user is automatically added to joomdle and moodle. But If I manually add a user to DB tables, it's not added to moodle. Is there any way to add this user to moodle automatically? I'm simply adding users to #__users and #__comprofiler tables.
joomla 2.5
moodle 2.3
joomdle 0.82
Thanks for any help!
I'm using Joomdle and Community Builder on joomla 2.5.
When I create a new user from backend (CB User Manager or Joomla User Manager), the user is automatically added to joomdle and moodle. But If I manually add a user to DB tables, it's not added to moodle. Is there any way to add this user to moodle automatically? I'm simply adding users to #__users and #__comprofiler tables.
joomla 2.5
moodle 2.3
joomdle 0.82
Thanks for any help!
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
13 years 5 months ago #2
by Chris
Replied by Chris on topic Adding users to Moodle
In short no. Since you are adding the users to the tables manually, you will be missing all the called events which trigger updating of the various tables in Joomla and Moodle. So if you wish to do it manually, you will also need to manually update all the other required Joomla and Moodle tables.
Personally, I would not attempting to add users directly to tables because there are many tables which need to be modified and without such updates could negatively impact your system as you are discovering.
Personally, I would not attempting to add users directly to tables because there are many tables which need to be modified and without such updates could negatively impact your system as you are discovering.
Please Log in or Create an account to join the conversation.