Actions
Bug #22323
closed[saltedpasswords] Enhance Unit Tests by testing passwords of various character classes
Start date:
2010-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, sysext:saltedpasswords test hashing and comparison of passwords (basic functionality) with a simple password consisting of alphabet charaters.
It will be helpful to test passwords consisting of special characters too.
(issue imported from #M13908)
Files
Updated by Marcus Krause over 14 years ago
First patch version had charset problems. Next try: I've attached an archive with a clean diff in ISO-8859-1.
Updated by Marcus Krause over 14 years ago
Version 2 of the patch uses PHP's function chr() to create special characters. So patch can be applied regardless of the workspace character set.
Actions