From 00bb32b8cae38ecc4f6cbe65670781f0c532170e Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 24 Jul 2012 16:29:33 +0200 Subject: Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UI r=gerv a=LpSolit --- Bugzilla/WebService/User.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla') 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) -- cgit v1.2.3-24-g4f1b