From 94960f72347aa217107e5a43cfe8cdd3584a48c0 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Fri, 16 Feb 2024 13:38:15 +0000 Subject: fixes #3708 Closes #3708 Merge request studip/studip!2611 --- templates/_standard_loginform.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_standard_loginform.php b/templates/_standard_loginform.php index 7174287..51fc53b 100644 --- a/templates/_standard_loginform.php +++ b/templates/_standard_loginform.php @@ -23,10 +23,10 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT; - + id="loginname" name="loginname" - value="" + value="" size="20" spellcheck="false" autocapitalize="off" @@ -38,7 +38,7 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT; - + id="password" name="password" autocomplete="current-password" -- cgit v1.0