diff options
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 69d3660477d..94d4a39185f 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -91,6 +91,7 @@ if($_['displayNameChangeSupported']) { </h2> <input type="email" name="email" id="email" value="<?php p($_['email']); ?>" placeholder="<?php p($l->t('Your email address'));?>" + class="password-confirm-required" autocomplete="on" autocapitalize="off" autocorrect="off" /> <span class="msg"></span><br /> <em><?php p($l->t('For password recovery and notifications'));?></em> |