reduce minimum password length to 6 (#4920)

This commit is contained in:
Frédéric Péters 2014-06-09 10:31:11 +02:00
parent 9feac29a11
commit e54ccafe12
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ DEPENDENCY_URLS = {
'twitter-apps': 'http://dev.twitter.com/apps/',
}
PASSWORD_MIN_LENGTH = 8
PASSWORD_MIN_LENGTH = 6
GOLD_BADGE = 1
SILVER_BADGE = 2