Commit b6b553c3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by Fré©ric…

Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 2296f779
......@@ -228,7 +228,7 @@ use constant AUTH_DISABLED => 4;
use constant AUTH_NO_SUCH_USER => 5;
# The minimum length a password must have.
use constant USER_PASSWORD_MIN_LENGTH => 3;
use constant USER_PASSWORD_MIN_LENGTH => 6;
use constant LOGIN_OPTIONAL => 0;
use constant LOGIN_NORMAL => 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment