Bug #45135
closedPassword Error Message gives wrong info
100%
Description
In Installtool
typo3/install/index.php?TYPO3_INSTALL[type]=config
you will get an error when entering a password with 50 Characters even the Error Message says
ERROR:
The following errors occured
Password was longer than 50 chars (...not saved)
"longer than" needs to be changed to "equal to and longer than"
as the maximum allowed password length is 49 (NOT 50)
RX87M5NC7871qk5G0J5o2524R52bS883q7yvQ4F985ZKFd61d
12345678901234567890123456789012345678901234567890
I opened up a featrue request already to increase the max password length to 100 Characters - Feature #45134
Updated by Thorsten Kahler almost 12 years ago
- Status changed from New to Accepted
IMHO it would be easier to understand for users if the comparison would be fixed (change < 50
to <= 50
) than to adapt the error message.
Updated by Thorsten Kahler almost 12 years ago
DB username, DB host and DB name share the same issue. These should be fixed along.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18325
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18326
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/18327
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18325
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18326
Updated by Thomas Löffler almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7535c0ed7ab81ba1ca0907f23abf61f0cb452b8c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed