Page 1 of 1
adding users with mysql
Posted: Fri Oct 05, 2007 10:18 am
by Danielite
I have a problem, i need to be able to add users to the joomla mysql database, without the sign up component in joomla, so i made a php script to do it, and it works fine, the user is added to the mysql database, in jos_users.
but i cant see them in the admin panel?
Re: adding users with mysql
Posted: Fri Oct 05, 2007 10:34 am
by RussW
You also need to update all of the following tables for users to be properly registered;
jos_users
jos_core_acl_aro
jos_core_acl_groups_aro_map
There are several threads in the forums describing the relationships and I do seem to remember quite some time ago a script being supllied by someone to assist.
Re: adding users with mysql
Posted: Fri Oct 05, 2007 1:31 pm
by Danielite
o okay:) thanks