[TYPO3-english] be-user Login

Clay Sissing Clay at kdweb.co.uk
Wed Nov 13 14:39:33 CET 2013


Hi All,

We have a website where we can't login to the backend. I've change the password in the database and that did not work. Then I created a new admin user through the install tool and I still can't login.

It looks like the passwords are stored in a md5 encryption in the database but in my localconf we have the following:

$TYPO3_CONF_VARS['EXT']['extConf']['rsaauth'] = 'a:1:{s:18:"temporaryDirectory";s:0:"";}';        //  Modified or inserted by TYPO3 Extension Manager.
$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.

Is there any way to check what encryption the input password is been converted to when submit is click?

I'm using Typo3 4.5

Kind Regards
Clay Sissing


More information about the TYPO3-english mailing list