|
|
|
|
@ -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>
|
|
|
|
|
|