summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users/userdata.html.tmpl
diff options
context:
space:
mode:
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 %]