From aa2f42a10ac4fd2ebb4fbab6e88dcc3779bce747 Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Sat, 20 Jun 2020 23:47:53 +0200 Subject: [PATCH] Add password restrictions fixes #91 --- .../src/main/resources/templates/intern/customers/id.html | 3 +++ prototype/src/main/resources/templates/register.html | 5 ++++- prototype/src/main/resources/templates/user/settings.html | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/prototype/src/main/resources/templates/intern/customers/id.html b/prototype/src/main/resources/templates/intern/customers/id.html index 57263dc..185d59f 100644 --- a/prototype/src/main/resources/templates/intern/customers/id.html +++ b/prototype/src/main/resources/templates/intern/customers/id.html @@ -91,7 +91,10 @@
+ Das Passwort muss mindestens 8 Zeichen enthalten. Es muss aus mindestens einem + Großbuchstaben, einem Kleinbuchstaben und einer Zahl bestehen.
diff --git a/prototype/src/main/resources/templates/register.html b/prototype/src/main/resources/templates/register.html index 010b2cc..613cbfc 100644 --- a/prototype/src/main/resources/templates/register.html +++ b/prototype/src/main/resources/templates/register.html @@ -23,7 +23,10 @@
- + + Das Passwort muss mindestens 8 Zeichen enthalten. Es muss aus mindestens einem Großbuchstaben, + einem Kleinbuchstaben und einer Zahl bestehen.
diff --git a/prototype/src/main/resources/templates/user/settings.html b/prototype/src/main/resources/templates/user/settings.html index 3e71125..2050863 100644 --- a/prototype/src/main/resources/templates/user/settings.html +++ b/prototype/src/main/resources/templates/user/settings.html @@ -43,7 +43,10 @@ required> - + + Das Passwort muss mindestens 8 Zeichen enthalten. Es muss aus mindestens einem Großbuchstaben, + einem Kleinbuchstaben und einer Zahl bestehen.