Project

General

Profile

Actions

Bug #21756

closed

Fatal error when trying to use SaltedPasswords together with RSA for BE login

Added by Markus Klein over 14 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When calling the BE login (typo3/index.php) the following error occurs:

Fatal error: Call to a member function getPrivateKey() on a non-object in /html/typo3_src-4.3.0/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php on line 66

Used config in localconf.php:

$TYPO3_CONF_VARS['EXT']['extConf']['saltedpasswords'] = 'a:2:{s:3:"FE.";a:2:{s:7:"enabled";s:1:"0";s:21:"saltedPWHashingMethod";s:28:"tx_saltedpasswords_salts_md5";}s:3:"BE.";a:2:{s:7:"enabled";s:1:"1";s:21:"saltedPWHashingMethod";s:28:"tx_saltedpasswords_salts_md5";}}'; // Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 30-11-09 23:11:00
$TYPO3_CONF_VARS['BE']['loginSecurityLevel'] = 'rsa'; // Modified or inserted by TYPO3 Install Tool.

This installation has been successfully upgraded from 4.2.10.

(issue imported from #M12862)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #23502: Make rsaauth checks available to reports moduleClosed2010-09-04

Actions
Has duplicate TYPO3 Core - Bug #22052: rsaauth: PHP Fatal error: Call to a member function getPrivateKey() on a non-objectClosed2010-02-03

Actions
Actions

Also available in: Atom PDF