diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-15 12:17:55 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-02-15 17:45:38 -0600 |
commit | 2e88bec14bb9cee82c1f3e5479c081eeadd89be5 (patch) | |
tree | db530d28c2d457379c9e3f5e22d7aa19cff1ac2b /settings/templates/users/main.php | |
parent | c3fe8f6cf27f45d3fbcdc625ba547e3736edd07a (diff) | |
download | nextcloud-server-2e88bec14bb9cee82c1f3e5479c081eeadd89be5.tar.gz nextcloud-server-2e88bec14bb9cee82c1f3e5479c081eeadd89be5.zip |
Fix setup issue and refine error messages
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/templates/users/main.php')
-rw-r--r-- | settings/templates/users/main.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/settings/templates/users/main.php b/settings/templates/users/main.php index 59575a84e7e..44121a38d91 100644 --- a/settings/templates/users/main.php +++ b/settings/templates/users/main.php @@ -72,12 +72,8 @@ 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 class="info-text"> + When the password of the new user is left empty an activation email with a link to set the password is send to the user. </p> <p> <input type="checkbox" name="EmailAddress" value="EmailAddress" id="CheckboxEmailAddress" |