Page 1 of 1

How to restrict the manager user group to a particular compo

Posted: Wed May 27, 2009 7:21 am
by shobinsun
Hello,

I want to restrict the manager user group to a particular component. I just add the folowing line to the libraries/joomla/user/authorization.php :

$this->addACL( 'com_joomla_lms', 'manage', 'users', 'manager' );

But it doesnot display the component.

Could you please help me..??

Thank you.

Re: How to restrict the manager user group to a particular compo

Posted: Wed May 27, 2009 9:50 am
by Benjamin
:arrow: Moved to PHP - Code