Yii-User & Rights issue

Hi,

I have sample app. I have installed Yii-user & Rights. I created new controller called Master, then I create new role called GROUPW, then I created new Permission for Master controller, however I added filter function and Assign Permission to GROUPW only, but Guest users or any user able to access the Master controller. Here my setting:

Master controller




public function filters() { return array( 'rights', ); }




config/main.php




'application.modules.user.models.*',

'application.modules.user.components.*',

'application.modules.rights.*', 

'application.modules.rights.components.*',

I read many posts in the forum, but nothing work with me.

I highly appreciated your inputs.

Check this

http://www.yiiframework.com/extension/yii-user/#c3904