mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix displayname
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
8d33d76ce8
commit
8ef356a86d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ if($_['displayNameChangeSupported']) {
|
|||
<h2>
|
||||
<label for="displayName"><?php echo $l->t('Full name');?></label>
|
||||
</h2>
|
||||
<input type="text" id="displayName" name="displayName"
|
||||
<input type="text" id="displayName" name="displayName" class="password-confirm-required"
|
||||
value="<?php p($_['displayName'])?>"
|
||||
autocomplete="on" autocapitalize="off" autocorrect="off" />
|
||||
<span class="msg"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue