Joomla custom authentication plugin against own DB table - Joomla! Forum - community, help and support
i've created custom authentication plugin, allows me login joomla own user table. @ point, authentication system working , user object created. information until logout can seen $user = jfactory::getuser();.
my problem is, after login, menue won't shown. seems, template not loaded. if manually change userid 1 of registered users in joomla (only id changed, no other values of user object), template loaded , menue shown.
what have work? missing, or wrong?
my problem is, after login, menue won't shown. seems, template not loaded. if manually change userid 1 of registered users in joomla (only id changed, no other values of user object), template loaded , menue shown.
what have work? missing, or wrong?
if create user sessions users own user table, how code handle usergroups?
the user id needs exist in table user_usergroup_map. group or groups establish viewing access levels of user user can have access menu, in turn specifies template.
the user id needs exist in table user_usergroup_map. group or groups establish viewing access levels of user user can have access menu, in turn specifies template.
Comments
Post a Comment