Bug #53159
closedInstall tool - password hints turn yellow after 6 letters, but needs 8
100%
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.
Updated by Philipp Gampe about 11 years ago
- Status changed from New to Accepted
- Complexity set to no-brainer
Can you provide a patch for this? http://wiki.typo3.org/CWT
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25050
Updated by Stefan Froemken about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 793888748348a15b6612a2683d09f89be746a199.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed