diff options
author | lpsolit%gmail.com <> | 2008-09-20 03:00:25 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-20 03:00:25 +0200 |
commit | bea6f25db1bf8f4333b3bf72d73015c7cdb9a197 (patch) | |
tree | 379228d8bbaea08dde2719bd1f44aa9f3db4e62b /template | |
parent | 7499f716a31d86e87e62705bb479567f8df08d72 (diff) | |
download | bugzilla-bea6f25db1bf8f4333b3bf72d73015c7cdb9a197.tar.gz bugzilla-bea6f25db1bf8f4333b3bf72d73015c7cdb9a197.tar.xz |
Bug 455814: token.cgi should reject password change requests for disabled accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index d35cd6d6d..eb869a776 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -114,6 +114,10 @@ The user account [% otheruser.login FILTER html %] has been deleted successfully. + [% ELSIF message_tag == "account_disabled" %] + The user account [% account FILTER html %] is disabled, so you + cannot change its password. + [% ELSIF message_tag == "attachment_creation_failed" %] The [% terms.bug %] was created successfully, but attachment creation failed. |