Bug #23385
closedpassword reset not working with saltedpasswords
0%
Description
after resetting a password with saltedpasswords active, a login is not possible anymore.
(issue imported from #M15470)
Updated by Markus Klein about 14 years ago
May be related to #15572.
(just added this here, since Björn mentioned this in the other ticket)
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.5
Unable to reproduce for BE login in 4.5 and 4.6.
Is this a FE or a BE issue? Please some more informations on how to reproduce :)
Updated by Björn Pedersen about 13 years ago
More info:
This affects the FE, and there the password-rest as provided by the felogin sysext.
I tried to trace it a bit further:
What seems to happen is, that the password gets set to the salted and hashed value,
and not to the password entered.
So in the db we end up with: salted(hashed(salted(hasehd(password))).
Updated by Stanislas Rolland over 12 years ago
I am able to reproduce this issue in FE when using saltedpasswords AND rsaauth with FE loginSecurityLevel equal to 'rsa', but not with loginSecurityLevel = 'normal'.
Updated by Nicole Cordes about 11 years ago
Maybe you used an own template for the login form and removed the onsubmit attribute. Then rsa auth can't encrypt/decrypt the passwords anymore and login isn't possible.
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.