Bug #18009
closedt3lib_userauth::start() does not set t3_lib_userauth::security_level depending on a change of $TYPO3_CONF_VARS
0%
Description
t3lib_userauth::start() does not set t3_lib_userauth::security_level depending on a change of $TYPO3_CONF_VARS[FE/BE]['loginsecurityLevel'] but t3lib_userauth::processLoginData() changes the array of loginData based upon this information.
Due to this, Frontend Login with challenged oder superchallenged mode is not possible, because $loginData['uident'] becomes cleared.
Found out while integrating tx_md5fepw into felogin.
(issue imported from #M7189)
Files
Updated by Steffen Ritter almost 17 years ago
As Discussion in Core List pointet out slightly changes had to be made and therefore another function in the class could be modified.
Results see in patch 2 attached.
Updated by Steffen Ritter almost 17 years ago
As corelist asked to do integretion of superchallenged fe-auth not by having a service in felogin extension rather changing t3lib I extended my patch, to fullfill this requirements... See file Attached.
Since the SVN does not work atm, It's against Rev. 2944. Current will follow as soon as possible.
Updated by Benni Mack over 16 years ago
Hey Steffen. Want to provide another patch?
Updated by Steffen Ritter over 14 years ago
Bug can be closed,
does not apply anymore since for 4.3 and saltedpasswords some refactoring has be done anyways