From 5953b6932f45c67d6d596ec0617c36929947fe14 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 10 Feb 2020 15:42:34 +0100 Subject: [PATCH 1/2] Bufixed Chromes autofilling username in random input field If no username input field is required, Chorme is autofilling a random inputfield with username. This is a Chrome bug. Workaround by adding a hidden username field. Also setting autocomplete= new-password should help stopping random autofill in some browsers. --- .../views/lehre/lehrauftrag/acceptLehrauftrag.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php index 14ebacecb..3f2575ec1 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -166,12 +166,13 @@ $this->load->view(
-
- - - - -
+
+ + + + + +

From dcc9faa01e57faa0928c432c10924a7bf033e6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 28 Feb 2020 11:57:30 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Reihungstest=20Punkte=C3=BCbernahme=20im=20?= =?UTF-8?q?FAS=20kann=20=C3=BCber=20ein=20Config=20deaktiviert=20werden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/global.config-default.inc.php | 4 ++++ content/student/aufnahmetermine.xul.php | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config/global.config-default.inc.php b/config/global.config-default.inc.php index 82dcbda10..05da2cb94 100644 --- a/config/global.config-default.inc.php +++ b/config/global.config-default.inc.php @@ -108,6 +108,10 @@ define('FAS_ANWESENHEIT_GELB', 90); // Legt einen Prüfungstermin an wenn eine neue Note erfasst wird define('FAS_PRUEFUNG_BEI_NOTENEINGABE_ANLEGEN',false); +// Legt fest ob die Uebernahme der Reihungstestpunkte im FAS moeglich ist +// true | false +define('FAS_REIHUNGSTEST_PUNKTEUEBERNAHME', true); + // Legt fest ob bei der Uebernahme der Reihungstestpunkte die Punkte //oder Prozentpunkte uebernommen werden true=Punkte, false=Prozentpunkte define('FAS_REIHUNGSTEST_PUNKTE', false); diff --git a/content/student/aufnahmetermine.xul.php b/content/student/aufnahmetermine.xul.php index 77e31668a..e2a813546 100644 --- a/content/student/aufnahmetermine.xul.php +++ b/content/student/aufnahmetermine.xul.php @@ -45,6 +45,10 @@ echo 'variable->locale.'/fas.dtd'); @@ -293,7 +297,15 @@ echo ']>