Fix mail scope
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
5acc3d3c5e
commit
e87933bc3d
1 changed files with 1 additions and 1 deletions
|
@ -91,10 +91,10 @@ if($_['displayNameChangeSupported']) {
|
|||
<input type="email" name="email" id="email" value="<?php p($_['email']); ?>"
|
||||
placeholder="<?php p($l->t('Your email address')); ?>"
|
||||
autocomplete="on" autocapitalize="off" autocorrect="off" />
|
||||
<input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>">
|
||||
<br />
|
||||
<em><?php p($l->t('For password recovery and notifications')); ?></em>
|
||||
<span class="icon-checkmark hidden"/>
|
||||
<input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>">
|
||||
</form>
|
||||
</div>
|
||||
<div class="personal-settings-setting-box">
|
||||
|
|
Loading…
Reference in a new issue