Hi,
I have a problem with "Action - Change user group", this plugin add/remove user from Joomla Usergroup but do not update session, so function like JFactory::getUser()->getAuthorisedViewLevels() return previous value. User need to login/logout to apply ACL based on new usergroups.
Last Modified: 26 Nov 2015
Comments have been disabled for this article and works only in read only mode.
Hi, I have a problem with "Action - Change user group", this plugin add/remove user from Joomla Usergroup but do not update session, so function like
JFactory::getUser()->getAuthorisedViewLevels()
return previous value. User need to login/logout to apply ACL based on new usergroups.