How to restrict the manager user group to a particular compo

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shobinsun
Forum Newbie
Posts: 2
Joined: Tue May 26, 2009 6:58 am

How to restrict the manager user group to a particular compo

Post 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.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

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

Post by Benjamin »

:arrow: Moved to PHP - Code
Post Reply