Actions
Bug #45135
closedPassword Error Message gives wrong info
Start date:
2013-02-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
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
Actions