]> git.ipfire.org Git - pbs.git/commitdiff
auth: Disable autocomplete for passwords
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Feb 2024 16:15:55 +0000 (16:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Feb 2024 16:15:55 +0000 (16:15 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/login.html

index 51c4d3aa10997c3e821e089d4b9a2decb5b135bf..4339ddbf269f6b000bd203b60f71ceeb952c0880 100644 (file)
@@ -26,7 +26,8 @@
                                                <div class="field">
                                                        <p class="control has-icons-left">
                                                                <input class="input {% if failed %}is-danger{% end %}"
-                                                                       type="password" name="password" placeholder="{{ _("Password") }}">
+                                                                       type="password" name="password" placeholder="{{ _("Password") }}"
+                                                                       autocomplete="off">
                                                                <span class="icon is-small is-left">
                                                                        <i class="fas fa-lock"></i>
                                                                </span>