- jos_users
- jos_core_acl_aro
- jos_core_acl_groups_aro_map
In Joomla, the core tables related to users are primarily stored in the database. As of my last update, there are typically three main tables directly related to users:
- jos_users: This table stores basic user information such as username, password (encrypted), email, user group, etc.
- jos_usergroups: This table stores information about different user groups defined in Joomla, which can be used to manage permissions and access levels.
- jos_user_usergroup_map: This table is a mapping table that associates users with their respective user groups.
It’s worth noting that the prefix “jos_” may vary depending on the prefix set during Joomla installation, so it might be different in your Joomla setup.