[TYPO3-core] RFC #11564, Change Hardcoded MD5 Password Encryption in User->Setup
Steffen Ritter
info at rs-websystems.de
Thu Jul 30 10:26:02 CEST 2009
Steffen Ritter schrieb:
> This is an SVN patch request.
>
> Type: Feature
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11564
>
> Branch: Trunk
>
> Currently it is only possible to change your BE-Password via User->Setup
> to an md5 hash.
> For saltedpasswords integration this must be flexible
>
> Solution:
> Introduce an Hook to register your own eval-Func.
>
> Additional Info:
> thanks to Steffen Kamper for providing this patch
>
> Example of usage in saltedpassword:
> //form evaluation function - FE users only
> $TYPO3_CONF_VARS['SC_OPTIONS']['tce']['formevals']['tx_saltedpasswords_eval_fe']='EXT:saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_fe.php';
>
> //form evaluation function - BE users only
> $TYPO3_CONF_VARS['SC_OPTIONS']['tce']['formevals']['tx_saltedpasswords_eval_be']='EXT:saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_be.php';
>
>
>
> regards
>
> Steffen R.
>
REMINDER,
this is a requirement for saltedpasswords...
regards
Steffen
More information about the TYPO3-team-core
mailing list