Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ed99b99f
Commit
ed99b99f
authored
Aug 10, 2009
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix POD for bug 471620, r=dkl
parent
d5ddb437
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Constants.pm
Bugzilla/WebService/Constants.pm
+1
-0
User.pm
Bugzilla/WebService/User.pm
+6
-3
No files found.
Bugzilla/WebService/Constants.pm
View file @
ed99b99f
...
...
@@ -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."
...
...
Bugzilla/WebService/User.pm
100755 → 100644
View file @
ed99b99f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment