[TYPO3-core] RFC #11564, Change Hardcoded MD5 Password Encryption in User->Setup

Steffen Ritter info at rs-websystems.de
Tue Jul 21 10:56:08 CEST 2009


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.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup_beuserpw_eval.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090721/c6aed848/attachment.txt 


More information about the TYPO3-team-core mailing list