From fde07fda5598ce01b32f4b34170522636e2b9c87 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 11 Feb 2020 15:33:40 +0100 Subject: [PATCH] Passwords must be between 8 and 256 characters --- src/login.html | 2 +- src/views/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/login.html b/src/login.html index a3bc62718..3807502bc 100644 --- a/src/login.html +++ b/src/login.html @@ -143,7 +143,7 @@
Password must be atleast 8 characters
- +
diff --git a/src/views/profile.html b/src/views/profile.html index a7232c47f..694c37895 100644 --- a/src/views/profile.html +++ b/src/views/profile.html @@ -57,7 +57,7 @@ {{ passwordchange.error.newPassword }}

Password must be atleast 8 characters
- +