You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does only exist with ID numbers so we need to generate a view for this:
Create view Joomla_NC_groupmapping AS select jos_users.usernameASusername,groups.titleASgroupname from ((jos_usersjoinjos_user_usergroup_mapmap on((jos_users.id=map.user_id))) join jos_usergroupsgroups on((groups.id=map.group_id))) order by jos_users.username``
Table name: Joomla_NC_groupmapping
Username: username
Group name: groupname
Above configuration settings for Joomla can be used in the documentation as well (for the time being?) so that other Joomla and NC user don`t have to re-event.