]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix POD for bug 471620, r=dkl
authorlpsolit%gmail.com <>
Mon, 10 Aug 2009 11:06:32 +0000 (11:06 +0000)
committerlpsolit%gmail.com <>
Mon, 10 Aug 2009 11:06:32 +0000 (11:06 +0000)
Bugzilla/WebService/Constants.pm
Bugzilla/WebService/User.pm [changed mode: 0755->0644]

index 8e7465a5a0831e8f9da05aa9b896320180395061..bdfe24f0ad5eb0564e791127318d189bc6df3252 100644 (file)
@@ -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."
old mode 100755 (executable)
new mode 100644 (file)
index 790a9da..ba899cd
@@ -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<History>
+
+=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