diff options
author | David Lawrence <dkl@mozilla.com> | 2015-08-11 22:52:46 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-08-11 22:52:46 +0200 |
commit | 98503a61f92093a81a0c32615000ac0f9e9f6ccb (patch) | |
tree | 75c629098b325abb1353b9bcc55f37055d51ce39 /template | |
parent | a2a7527675ee7d6c40bf5c5e71a2b6f46f7734ee (diff) | |
download | bugzilla-98503a61f92093a81a0c32615000ac0f9e9f6ccb.tar.gz bugzilla-98503a61f92093a81a0c32615000ac0f9e9f6ccb.tar.xz |
Bug 1190029: Would like a way to see which groups are 'secure' groups in editusers.cgi when diagnosing password reset issues
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/users/userdata.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index 16d720a4a..63f69cfe9 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -110,3 +110,5 @@ </td> </tr> [% END %] + +[% Hook.process('end') %] |