Actions
Feature #45134
closedPassword field allows only 50 characters
Start date:
2013-02-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Modern Strong Password Creation Programs and Sites meanwhile can create random passwords with 100 Characters.
i.e. http://strongpasswordgenerator.com
The installtool allows only passwords with 50 Characters for the database password.
ERROR:
The following errors occured
Password was longer than 50 chars (...not saved)
------
This should be increased to allow 100 Characters
Actions