From d8d3c0edd90267e23e4910fe550df4604a5ad75b Mon Sep 17 00:00:00 2001 From: "tinajohnson.1234@gmail.com" <> Date: Tue, 5 Nov 2013 18:26:45 -0500 Subject: 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 --- Bugzilla/WebService/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService') 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, -- cgit v1.2.3-24-g4f1b