diff options
Diffstat (limited to 'settings/templates/users/main.php')
-rw-r--r-- | settings/templates/users/main.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/templates/users/main.php b/settings/templates/users/main.php index b363a4c4da8..59575a84e7e 100644 --- a/settings/templates/users/main.php +++ b/settings/templates/users/main.php @@ -72,6 +72,13 @@ translation('settings'); <?php p($l->t('Send email to new user')) ?> </label> </p> + <p style="padding-left: 20px" id="MailPasswordOnUserCreateSetting"> + <input type="checkbox" name="MailPasswordOnUserCreate" value="MailPasswordOnUserCreate" id="CheckboxMailPasswordOnUserCreate" + class="checkbox" <?php if ($_['send_passwordlink'] === 'true') print_unescaped('checked="checked"'); ?> /> + <label for="CheckboxMailPasswordOnUserCreate"> + <?php p($l->t('Send password link')) ?> + </label> + </p> <p> <input type="checkbox" name="EmailAddress" value="EmailAddress" id="CheckboxEmailAddress" class="checkbox" <?php if ($_['show_email'] === 'true') print_unescaped('checked="checked"'); ?> /> |