From 27b9d45e886f7c295cba244912c5ba8066866c1d Mon Sep 17 00:00:00 2001 From: Michael Dollinger Date: Fri, 22 Jan 2021 19:27:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Esrc/main/webapp/user.jsp=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die lästige Befüllung von Handy und Passwort habe ich mit autocomplete="new-password" unterbinden können Die Gruppenliste zeigt jetzt zuerst die zugewiesenen Gruppen (Haken gesetzt) an, und danach alle anderen. --- src/main/webapp/user.jsp | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/user.jsp b/src/main/webapp/user.jsp index a35348e..6d60113 100644 --- a/src/main/webapp/user.jsp +++ b/src/main/webapp/user.jsp @@ -117,8 +117,8 @@
+ type="password" autocomplete="new-password" class="form-control" id="password" name="password" + value="" placeholder="Enter password" >
@@ -134,13 +134,31 @@
+ -
- - - - -
+ + + +
+ +
+
+
+
+ ------------------------------------------------------------------------------------------------ +
+ + + + +
+ +
+