Backend\Core\Engine\Authentication::getAlwaysAllowed PHP Method

getAlwaysAllowed() private static method

private static getAlwaysAllowed ( ) : array
return array
    private static function getAlwaysAllowed()
    {
        // always allowed actions (yep, hardcoded, because we don't want other people to fuck up)
        return array('Core' => array('GenerateUrl' => 7, 'ContentCss' => 7, 'Templates' => 7), 'Error' => array('Index' => 7), 'Authentication' => array('Index' => 7, 'ResetPassword' => 7, 'Logout' => 7));
    }