Actions
Bug #22588
closedfe_user passwords are visible in the info popup window in the backend
Start date:
2010-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the info popup window, by clicking a Website user record icon, the password of the FE user is still visible.
Solution:
Attached patch will hide the password by changing it to a random number of asterisk (*).
This will happen in t3lib_befunc->getProcessedValue and the check is done generic, so that any field that has eval to password will have that replaced, thus this will work for user tables as well.
(issue imported from #M14307)
Files
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_3 rev 7535
trunk rev 7536
Actions