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?
adding users with mysql
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
- RussW
- Joomla! Enthusiast
- Posts: 173
- Joined: Sun Oct 22, 2006 4:42 am
- Location: Melbourne, Australia
- Contact:
Re: adding users with mysql
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.
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.
Checkout the Joomla! Administrators Security Checklist in the Security Forum...
Installation or Configuration Problems? Joomla! Tools Suite? viewtopic.php?t=136328l
Installation or Configuration Problems? Joomla! Tools Suite? viewtopic.php?t=136328l
Re: adding users with mysql
o okay:) thanks