Bug #19695
closedLogin doesn't work when using kb_md5fepw and german umlauts in Username
0%
Description
I'um using TYPO 4.2.3, felogin 1.0.0 und kb_md5fepw 0.4.0. New fe-users are added directly in backend. I configured TYPO3 to use utf-8.
If I activate kb_md5fepw, users with german umlauts in username are no longer able to login. German umlauts in password are no problem.
If I deactive kb_md5fepw, german umlauts in username are no problem, too.
In other words: if I use md5-secured passwords, felogin seems not to be able to handle usernames with german umlauts.
There seem to be more users with the same problem (at least one more ;-) - see http://www.typo3.net/forum/list/list_post//84862/?page=1#pid312705.
(issue imported from #M9927)
Updated by Christian Clemens almost 16 years ago
The problem can be fixed by replacing typo3/md5.js (see http://www.typo3.net/index.php?id=13&action=list_post&tid=70355&page=2). Seems that the problem is caused by using of utf-8. So TYPO3 should get a new md5.js?
Is this the right place to report this bug?
Updated by Alexander Maringer over 15 years ago
Agree to Christian Clemens ... the new md5.js resolves the problem.
I grepped the data transfer. The transmitted data is the same, but I think, at the server-side the data is encrypted and therefore perhaps the username is transferred.
But why the username is modified is a secret for me ...
because without md5-Plugin the transferred data of the username is the same ...
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Christian Clemens over 11 years ago
In newer versions kb_md5fepw isnt's used any longer: "DEPRECATED: Use "saltedpasswords" and "rsaauth" extensions instead!"
So I think this can be closed?
Updated by Thorsten Kahler over 11 years ago
- Status changed from Needs Feedback to Closed