diff options
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r-- | Bugzilla/Constants.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index fa7e0d835..0e462ab2d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -204,6 +204,8 @@ use Memoize; MOST_FREQUENT_THRESHOLD MAX_LOGINS + + MIN_PASSWORD_STRENGTH ); @Bugzilla::Constants::EXPORT_OK = qw(contenttypes); @@ -716,6 +718,10 @@ use constant AUDIT_REMOVE => '__remove__'; # on the "Most frequently reported bugs" page. use constant MOST_FREQUENT_THRESHOLD => 2; +## REDHAT EXTENSION START 1265066 +use constant MIN_PASSWORD_STRENGTH => 4; +## REDHAT EXTENSION END 1265066 + sub bz_locations { # Force memoize() to re-compute data per project, to avoid |