array('admin'), ), array('deny', // deny all users 'users'=>array('*'), ), ); } public function actionIndex() { $this->render('index'); } }