Error Right After Installasion

good morning,

I have successfully setup Rights extension and configured my main.php to use it.

I can create roles and assign permissions to roles for controller actions through the Rights web interface.

and i added




public function filters()

	{

		return array(

			'Rights',

		);

	}



in all my controller. .

But, these assignment do not apply and logged in users can access everything. What else do I need to do in order to make the assignments affect my application?