Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Error 403 Yii Rights Extension

$
0
0
Hi,
I was install rights module in fresh project yii, that i do the login from the database.
All things for the super Admin working fine and no limit in authorization.
But for the other user, when i extend my controller from
RController
, and i was added the filter function :
public function filters() {
        return array(
            'rights', 
        );
}

i can't access to any action since i was assigned to the user in the admin panel rights module.
What's wrong? please help..

Viewing all articles
Browse latest Browse all 18717

Trending Articles