Revision #3 was created by atrandafir on Jan 11, 2010, 5:44:41 PM.
updated WebUser tutorial link
Content
[...]
// use null to force 403 HTTP error
'loginUrl'=>null,
// set here the name of a class
// that extends CWebUser and it is stored in
// protected/components/<classname>
// see: http://www.yiiframework.com/forum/index.php?/topic/5610-extend-cwebuserdoc/cookbook/60/
'class' => 'WebUser',
),