public static function actionAuth_error()
 {
     self::$authorization_error = 'wrong username or password';
     self::actionIndexByPage(0);
 }