Bug #22187
closedrsaauth doesn't work with special characters (like ä ü ö § ) in password
0%
Description
With enabled salted passwords (or maybe with rsaauth) a password containing a paragraph character (§) doesn't work.
How to reproduce:
- Use ext:saltedpassword and ext:rsaauth
- Add a BE or FE user with a § in it's password
- Try to login :)
Maybe other characters are affected, too?
We didn't dig into this until now, so this might be an issue in one of the two extensions or maybe a php bug or something?
(issue imported from #M13662)
Files
Updated by Christian Kuhn almost 15 years ago
Seems to be a character encoding issue in rsaauth
Updated by Steffen Müller almost 15 years ago
Confirmed using saltedpassword, rsaauth with fe_user login on TYPO3 4.3 branch rev.7039
Updated by Marcus Krause almost 15 years ago
confirmed
I assume it's caused by JS libs used for rsaauth. I'll add an according testcase for saltedpasswords first.
Updated by Tobias Liebig over 14 years ago
seems that a newer version (V1.1) of the jsbn-lib supports non-ascii-chars (http://www-cs-students.stanford.edu/~tjw/jsbn/).
i'm going to test if this new release fixes our problem
Updated by Tobias Liebig over 14 years ago
hmm.. currently can't reproduce it in a blank new installation (4.4trunk)
Updated by Steffen Ritter over 14 years ago
tobis hint solves it, sad that we did not look at it closely earlier...
Updated by Marcus Krause over 14 years ago
Attached patch that was send to the core mailing list by Steffen Ritter.
Updated by Christian Kuhn over 14 years ago
- trunk rev. 8595
- 4.4 rev. 8596
- 4.3 rev. 8597