[FEATURE] Separate password transmission from password comparison
Add a processing authorization service to be able to treat (decrypt, hash) passwords transmitted for other services that then can only compare the credentials. Resolves: #30271 Releases: 4.7 Change-Id: Ic8ebeaa58d1cc1662083b0799f670b5a79e43971 Reviewed-on: http://review.typo3.org/5326 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Showing
- t3lib/class.t3lib_beuserauth.php 5 additions, 8 deletionst3lib/class.t3lib_beuserauth.php
- t3lib/class.t3lib_tsfebeuserauth.php 1 addition, 0 deletionst3lib/class.t3lib_tsfebeuserauth.php
- t3lib/class.t3lib_userauth.php 51 additions, 36 deletionst3lib/class.t3lib_userauth.php
- tests/t3lib/class.t3lib_userauthTest.php 183 additions, 0 deletionstests/t3lib/class.t3lib_userauthTest.php
- typo3/sysext/rsaauth/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/rsaauth/ext_localconf.php
- typo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php 1 addition, 1 deletiontypo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php
- typo3/sysext/rsaauth/hooks/class.tx_rsaauth_usersetuphook.php 2 additions, 2 deletions...3/sysext/rsaauth/hooks/class.tx_rsaauth_usersetuphook.php
- typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php 25 additions, 89 deletionstypo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
- typo3/sysext/saltedpasswords/sv1/class.tx_saltedpasswords_sv1.php 0 additions, 13 deletions...sext/saltedpasswords/sv1/class.tx_saltedpasswords_sv1.php
- typo3/sysext/sv/class.tx_sv_auth.php 58 additions, 0 deletionstypo3/sysext/sv/class.tx_sv_auth.php
- typo3/sysext/sv/class.tx_sv_authbase.php 24 additions, 8 deletionstypo3/sysext/sv/class.tx_sv_authbase.php
- typo3/sysext/sv/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/sv/ext_localconf.php
Please register or sign in to comment