From ed99b99fddd267425b98352cc94df364ea22ab5e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 10 Aug 2009 11:06:32 +0000 Subject: Fix POD for bug 471620, r=dkl --- Bugzilla/WebService/Constants.pm | 1 + Bugzilla/WebService/User.pm | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) mode change 100755 => 100644 Bugzilla/WebService/User.pm (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 8e7465a5a..bdfe24f0a 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -103,6 +103,7 @@ use constant WS_ERROR_CODE => { account_creation_disabled => 501, account_creation_restricted => 501, password_too_short => 502, + # Error 503 password_too_long no longer exists. invalid_username => 504, # This is from strict_isolation, but it also basically means # "invalid user." diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm old mode 100755 new mode 100644 index 790a9da7c..ba899cd4d --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -419,10 +419,13 @@ the function may also throw: The password specified is too short. (Usually, this means the password is under three characters.) -=item 503 (Password Too Long) +=back + +=item B + +=over -The password specified is too long. (Usually, this means the -password is over ten characters.) +=item Error 503 (Password Too Long) removed in Bugzilla B<3.6>. =back -- cgit v1.2.3-24-g4f1b