diff options
Diffstat (limited to 'settings/templates/users')
-rw-r--r-- | settings/templates/users/part.userlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php index 9e6866b196d..5a37c968d1e 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -33,7 +33,7 @@ autocomplete="off" autocapitalize="none" autocorrect="off" /> </td> <td class="password"> - <input id="newuserpassword" type="password" required + <input id="newuserpassword" type="password" placeholder="<?php p($l->t('Password'))?>" name="password" autocomplete="new-password" autocapitalize="none" autocorrect="off" /> </td> |