user auth and registration

I am new at Yii and confused over the functionality of the blog demo.

Is this a good example of allowing users to register for your site, and then give be able to assign permissions?

If not is there a clear tutorial for doing something like this.

Thanks

I too am new at Yii. And I want to do the same thing. I am wanting to expand the tbl_users and add a table for permissions.

look into http://www.yiiframework.com/doc/guide/topics.auth It may take some time for you to get it if you are new to Yii but it’s worth it.

Thank you for this insight.

What all would have to be added for Access Control Filter? What all control files? Any editing of current files. Thank you.