summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authortinajohnson.1234@gmail.com <>2013-11-06 00:26:45 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-11-06 00:26:45 +0100
commitd8d3c0edd90267e23e4910fe550df4604a5ad75b (patch)
tree8c3a0e59035ec29519dbe444cdda8269b9466b31 /Bugzilla/WebService
parent5189d82750da1b7d336bedf21927970feac0ee17 (diff)
downloadbugzilla-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar.gz
bugzilla-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar.xz
Bug 931765 - When you enter your login or password wrong, the error message shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid"
r=dkl,a=sgreen
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index e4325d9d3..1c3929e53 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -123,7 +123,7 @@ use constant WS_ERROR_CODE => {
illegal_bug_status_transition => 123,
# Authentication errors are usually 300-400.
- invalid_username_or_password => 300,
+ invalid_login_or_password => 300,
account_disabled => 301,
auth_invalid_email => 302,
extern_id_conflict => -303,