From f44bee13339d5caa2920bc582c91e85509e14e1c Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 27 Feb 2024 13:29:12 +0100 Subject: [PATCH] DEV: Use `autocomplete="new-password"` (#25913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And normalize `` arguments (we were getting `[DOM] Input elements should have autocomplete attributes (suggested: "current-password")` in smoke test logs, this may or may not fix that 😛) --- .../app/components/modal/create-account.hbs | 4 ++-- .../app/components/modal/login/local-login-form.hbs | 12 ++++++------ .../discourse/app/templates/invites/show.hbs | 5 +++-- .../discourse/app/templates/password-reset.hbs | 7 ++++--- .../components/sections/atoms/05-input-fields.hbs | 2 +- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/modal/create-account.hbs b/app/assets/javascripts/discourse/app/components/modal/create-account.hbs index 9cf8fb4fdbd..f6b07013521 100644 --- a/app/assets/javascripts/discourse/app/components/modal/create-account.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/create-account.hbs @@ -137,9 +137,9 @@ {{#if this.passwordRequired}}