Project

General

Profile

Bug #21250 ยป 12205.diff

Administrator Admin, 2009-10-15 00:50

View differences:

typo3/index.php (Arbeitskopie)
// text logins to the Backend. The 'sv' extension changes the form to
// use superchallenged method and rsaauth extension makes rsa authetication.
$form = '<form action="index.php" method="post" name="loginform" ' .
'onsubmit="alert(\'No authentication methods available. Please, ' .
'contact your TYPO3 administrator.\');return false">';
'onsubmit="alert(\'No authentication methods available. Did you clear the ' .
'temp_CACHED_* files in typo3conf/ after update? \');return false">';
// Call hooks. If they do not return anything, we fail to login
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/index.php']['loginFormHook'])) {
    (1-1/1)