From e6bd4f02ad77de5881c8c0ab1fe47fa4a004f2ff Mon Sep 17 00:00:00 2001
From: Mark Leutl <mark.leutl@mbit.at>
Date: Wed, 21 Oct 2020 11:55:45 +0200
Subject: [PATCH] [BUGFIX] Remove invalid button attribute
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This merge request removes the autocomplete attribute of the login
button.

Resolves: #92619
Releases: master, 10.4
Change-Id: I6a2ba3e82c87f261fa7415f7124c70b657e7d3a3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66317
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 typo3/sysext/backend/Resources/Private/Layouts/Login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/backend/Resources/Private/Layouts/Login.html b/typo3/sysext/backend/Resources/Private/Layouts/Login.html
index 9c40e2ad07da..393ef28531f1 100644
--- a/typo3/sysext/backend/Resources/Private/Layouts/Login.html
+++ b/typo3/sysext/backend/Resources/Private/Layouts/Login.html
@@ -40,7 +40,7 @@
                                         <f:render section="loginFormFields" />
 
                                         <div class="form-group" id="t3-login-submit-section">
-                                            <button class="btn btn-block btn-login t3js-login-submit" id="t3-login-submit" type="submit" name="commandLI" data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> {f:translate(key: 'login.process')}" autocomplete="off">
+                                            <button class="btn btn-block btn-login t3js-login-submit" id="t3-login-submit" type="submit" name="commandLI" data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> {f:translate(key: 'login.process')}">
                                                 <f:translate key="login.submit" />
                                             </button>
                                         </div>
-- 
GitLab