summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users/userdata.html.tmpl
diff options
context:
space:
mode:
authorHugo Seabrook <hugo.seabrook@gmail.com>2013-01-30 17:21:16 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-30 17:21:16 +0100
commitd6d056f9755dea6b2c36779347be9fd03ff7eab0 (patch)
tree12445f22c689a5abfdcf285a1da6a5dc55dc7118 /template/en/default/admin/users/userdata.html.tmpl
parent3da30e2e7eea79ea8e5e0fbf4b048d02673356eb (diff)
downloadbugzilla-d6d056f9755dea6b2c36779347be9fd03ff7eab0.tar.gz
bugzilla-d6d056f9755dea6b2c36779347be9fd03ff7eab0.tar.xz
Bug 272407: Send an e-mail when the administrator creates a new account for a user
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/users/userdata.html.tmpl')
-rw-r--r--template/en/default/admin/users/userdata.html.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl
index ae952d151..e42ee6438 100644
--- a/template/en/default/admin/users/userdata.html.tmpl
+++ b/template/en/default/admin/users/userdata.html.tmpl
@@ -107,3 +107,12 @@
</td>
</tr>
[% END %]
+[% UNLESS editform %]
+ <tr>
+ <th><label for="notify_user">Notify User:</label></th>
+ <td>
+ <input type="checkbox" name="notify_user" id="notify_user" value="1">
+ (Email this user their account information. The password will not be included.)
+ </td>
+ </tr>
+[% END %]