Actions
Bug #53159
closedInstall tool - password hints turn yellow after 6 letters, but needs 8
Start date:
2013-10-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
A bit lamely mentioned in bug #53150 (by myself), I actually like to emphasis on this little problem a bit more for the sake of completeness: the install tool now requires a password length of 8 letters, which:
1. should be mentioned somewhere; and
2. should be properly indicated by the input field's change color feedback, which is currently activated after the 6th letter entered, but should only fire after 8 letters. This is true for "Create backend administrator user" and "Change install tool password"
In the Install.js, line 312ff, there are three strengths defined, with medium at 7 signs and enoughRegex at 6 signs length. Both should be 8.
Actions