Add autocomplete for password changes
Hanno Böck

Hanno Böck commited on 2023-12-13 21:22:11
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -35,8 +35,8 @@ output(html_form('systemuser_pwchange', 'save', 'action=pwchange&uid=' . $accoun
35 35
 <h5>Neues Passwort</h5>
36 36
 <div style="margin-left: 2em;"> 
37 37
   <p>Geben Sie bitte Ihr neues Passwort zweimal ein. Bitte verzichten Sie auf Anführungszeichen!</p>
38
-  <p><label for="newpass1">Neues Passwort für »<strong>' . $account['username'] . '</strong>«:</label> <input type="password" name="newpass1" id="newpass1" /></p>
39
-  <p><label for="newpass2">Wiederholung des Passworts:</label> <input type="password" name="newpass2" id="newpass2" /></p>
38
+  <p><label for="newpass1">Neues Passwort für »<strong>' . $account['username'] . '</strong>«:</label> <input type="password" name="newpass1" id="newpass1" autocomplete="new-password" /></p>
39
+  <p><label for="newpass2">Wiederholung des Passworts:</label> <input type="password" name="newpass2" id="newpass2" autocomplete="new-password" /></p>
40 40
 </div>
41 41
 
42 42
 <p>
43 43