From f103e884ddfc194c911e054fb0b9ae5843f7efad Mon Sep 17 00:00:00 2001 From: chriscarrollsmith Date: Sun, 26 Oct 2025 09:15:49 -0400 Subject: [PATCH] fix: remove autocomplete from password confirmation field to enable dual autofill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Password managers autofill both password fields when the confirmation field doesn't have autocomplete="new-password". This matches standard behavior on most websites. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- templates/account/register.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/account/register.html b/templates/account/register.html index ca55662..e9027e6 100644 --- a/templates/account/register.html +++ b/templates/account/register.html @@ -43,9 +43,8 @@
- +
Passwords do not match.