From dd6720f4af864e29e49d26befe1ec1b04a92a71c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 9 Aug 2009 19:51:43 +0000 Subject: Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by Frédéric Buclin r=dkl a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/WebService/Constants.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 260ae9478..8e7465a5a 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -103,7 +103,6 @@ use constant WS_ERROR_CODE => { account_creation_disabled => 501, account_creation_restricted => 501, password_too_short => 502, - password_too_long => 503, invalid_username => 504, # This is from strict_isolation, but it also basically means # "invalid user." -- cgit v1.2.3-24-g4f1b