From f3c7b6cd554f84ade5399250fe30b5aaa5555d18 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 24 Sep 2026 17:26:25 +0200 Subject: [PATCH] implementation of password visibility changing fuinction for the own password change --- Web/templates/change_password.html | 43 ++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/Web/templates/change_password.html b/Web/templates/change_password.html index b33dd1f..a82a790 100755 --- a/Web/templates/change_password.html +++ b/Web/templates/change_password.html @@ -26,18 +26,27 @@
- +
+ + +
- +
+ + +
Das Passwort sollte mindestens 6 Zeichen lang sein.
- +
+ + +
@@ -48,6 +57,20 @@
+ + -{% endblock %} +{% endblock %} \ No newline at end of file