Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README / authManager Component #26

Closed
juppwerner opened this issue Jan 23, 2013 · 1 comment
Closed

README / authManager Component #26

juppwerner opened this issue Jan 23, 2013 · 1 comment

Comments

@juppwerner
Copy link

I found that I had to put the authManager component configuration like this:

        'authManager'=>array( // {{{ 
            'class'=>'CDbAuthManager',
            'behaviors' => array(
                array(
                    'class'=>'auth.components.AuthBehavior',
                    'admins' => array('admin'), // a list of users who has access to the module.
                ),
            ),
@crisu83
Copy link
Owner

crisu83 commented Jan 23, 2013

Thanks for noticing this. I've corrected the readme.

@crisu83 crisu83 closed this as completed Jan 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants