Actions
Bug #22206
closedChange password don't working correctly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-02-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
when you send new password -pass in update in DB,
but in FE show error: "Click on a link is incorrect. Repeat the procedure for password reminder."
I think this is due to the fact that not work out correctly
if (!$compareHash || !$compareHash1 || $compareHash0 < time() || $hash0 != $compareHash0 || md5($hash1) != $compareHash1) {
becouse $compareHash is empty
(issue imported from #M13691)
Actions