From 4fa37b4f5fb9910c7baefc6194a5a00877269565 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 5 Jul 2026 22:36:53 -0400 Subject: [PATCH] fix: stop Chrome offering to save passwords on the UMAP EPS field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The InvokeAI credential inputs in the album manager are password fields that live outside any
, so Chrome groups every form-less input on the page into one synthetic form and heuristically picks a "username" field for them — landing on the UMAP EPS number spinner and attaching the password save/fill prompt to it. Annotate the credential pairs with autocomplete="username" / autocomplete="new-password" so Chrome no longer guesses, and add autocomplete="off" to the EPS spinner to opt it out of autofill. Co-Authored-By: Claude Fable 5 --- .../templates/modules/album-manager.html | 23 +++++++++++++++---- .../modules/umap-floating-window.html | 1 + 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/photomap/frontend/templates/modules/album-manager.html b/photomap/frontend/templates/modules/album-manager.html index 0e0e8ae2..ac798286 100644 --- a/photomap/frontend/templates/modules/album-manager.html +++ b/photomap/frontend/templates/modules/album-manager.html @@ -71,11 +71,21 @@

Add New Album

- +
- +
@@ -187,11 +197,16 @@

Edit Album

- +
- +
diff --git a/photomap/frontend/templates/modules/umap-floating-window.html b/photomap/frontend/templates/modules/umap-floating-window.html index 359cc69e..28b1c77c 100644 --- a/photomap/frontend/templates/modules/umap-floating-window.html +++ b/photomap/frontend/templates/modules/umap-floating-window.html @@ -190,6 +190,7 @@ max="1.0" step="0.01" value="0.1" + autocomplete="off" style="width: 60px" />