last autocomplete for email
Hanno Böck

Hanno Böck commited on 2024-02-02 13:43:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -176,7 +176,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'save') {
176 176
           <td><input type="text" id="mailbox" name="mailbox" value="' . $account['mailbox'] . '"></td>
177 177
           <td><input type="button" onclick="document.getElementById(\'mailbox\').value = document.getElementById(\'old_mailbox\').value" value="Zeile zurücksetzen"></td></tr>
178 178
   <tr><td>Passwort:</td><td><i>nicht angezeigt</i></td>
179
-          <td><input type="password" id="password" name="password" value=""></td>
179
+          <td><input type="password" id="password" name="password" value="" autocomplete="new-password"></td>
180 180
           <td><input type="button" onclick="document.getElementById(\'password\').value = \'\'" value="Zeile zurücksetzen"></td></tr>
181 181
   <tr><td>Konto aktiv:</td>
182 182
     <td>&#160;</td>
183 183