I've been following this tutorial, which is great btw, and have one question.
http://www.larryullman.com/2010/01/07/custom-authentication-using-the-yii-framework/
I can access the role property like this, anywhere in my application code:
Yii::app()->user->role
but, what I'd really like to do is use the default controller authorization in my UserController:
/**
* Specifies the access control rules.
* This method is used by the 'accessControl' filter.
* @return array access control rules
*/
public function accessRules()
{
return array(
array('allow', // allow