summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-07-24 16:29:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-24 16:29:33 +0200
commit00bb32b8cae38ecc4f6cbe65670781f0c532170e (patch)
treef075c353f51847e2e09cdfe103b80220ce291521 /Bugzilla/WebService/User.pm
parent8496cc97db437a508ad7346afc3802f90bd2910e (diff)
downloadbugzilla-00bb32b8cae38ecc4f6cbe65670781f0c532170e.tar.gz
bugzilla-00bb32b8cae38ecc4f6cbe65670781f0c532170e.tar.xz
Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UI
r=gerv a=LpSolit
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rw-r--r--Bugzilla/WebService/User.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 58461e2a1..07c36bd9c 100644
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -412,10 +412,10 @@ to the webservice, for the duration of the session.
The username does not exist, or the password is wrong.
-=item 301 (Account Disabled)
+=item 301 (Login Disabled)
-The account has been disabled. A reason may be specified with the
-error.
+The ability to login with this account has been disabled. A reason may be
+specified with the error.
=item 305 (New Password Required)