Piwik\Plugins\Login\Controller::getMessageExceptionNoAccess PHP Method

getMessageExceptionNoAccess() protected method

    protected function getMessageExceptionNoAccess()
    {
        $message = Piwik::translate('Login_InvalidNonceOrHeadersOrReferrer', array('<a href="?module=Proxy&action=redirect&url=' . urlencode('http://piwik.org/faq/how-to-install/#faq_98') . '" target="_blank">', '</a>'));
        $message .= $this->getMessageExceptionNoAccessWhenInsecureConnectionMayBeUsed();
        return $message;
    }