Actions
Defect #14683
closedMinimum password length is 8, not 4 as listed in Administrator Guide
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
While investigating #14590 ,
I saw this section in the Administrator Guide:
http://www.redmine.org/projects/redmine/wiki/RedmineSettings#Minimum-password-length
This section is wrong. By default, the minimum password length is 8, not 4
as listed in the Administrator guide.
This can be confirmed by looking at:
http://svn.redmine.org/redmine/trunk/config/settings.yml
where the default value of password_min_length is 8.
Actions