summaryrefslogtreecommitdiffstats
path: root/templates/admin/user/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/user/new.tmpl')
-rw-r--r--templates/admin/user/new.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/admin/user/new.tmpl b/templates/admin/user/new.tmpl
index 14e1d74292..b9e326e734 100644
--- a/templates/admin/user/new.tmpl
+++ b/templates/admin/user/new.tmpl
@@ -42,6 +42,13 @@
<input id="password" name="password" type="password" value="{{.password}}" {{if eq .login_type "0-0"}}required{{end}}>
</div>
+ <div class="inline field">
+ <div class="ui checkbox">
+ <label><strong>{{.i18n.Tr "auth.allow_password_change" }}</strong></label>
+ <input name="must_change_password" type="checkbox" checked>
+ </div>
+ </div>
+
<!-- Send register notify e-mail -->
{{if .CanSendEmail}}
<div class="inline field">