From 3ff487da5c5ef96fb2da9cda0d4056b6338f45d3 Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Mon, 14 Dec 2020 13:42:59 +0100
Subject: [PATCH] clarified password requirements

---
 uffd/selfservice/templates/self.html         | 2 +-
 uffd/selfservice/templates/set_password.html | 2 +-
 uffd/user/templates/user.html                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/uffd/selfservice/templates/self.html b/uffd/selfservice/templates/self.html
index b03b1dae..7cb7bf56 100644
--- a/uffd/selfservice/templates/self.html
+++ b/uffd/selfservice/templates/self.html
@@ -33,7 +33,7 @@
 		<label for="user-password1">Password</label>
 		<input type="password" class="form-control" id="user-password1" name="password1" placeholder="●●●●●●●●">
 		<small class="form-text text-muted">
-			At least 8 characters, no other special requirements. But please don't be stupid and use a password manager.
+			At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
 		</small>
 	</div>
 	<div class="form-group col-md-6">
diff --git a/uffd/selfservice/templates/set_password.html b/uffd/selfservice/templates/set_password.html
index 0dacc8cf..1929179c 100644
--- a/uffd/selfservice/templates/set_password.html
+++ b/uffd/selfservice/templates/set_password.html
@@ -14,7 +14,7 @@
 			<label for="user-password1">New Password</label>
 			<input type="password" class="form-control" id="user-password1" name="password1" required="required" tabindex = "2">
 			<small class="form-text text-muted">
-				At least 8 and at most 256 characters, no other special requirements. But please don't be stupid and use a password manager.
+				At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
 			</small>
 		</div>
 		<div class="form-group col-12">
diff --git a/uffd/user/templates/user.html b/uffd/user/templates/user.html
index 7b6401b2..6f6bf3df 100644
--- a/uffd/user/templates/user.html
+++ b/uffd/user/templates/user.html
@@ -63,7 +63,7 @@
 				<input type="password" class="form-control" id="user-password" name="password" placeholder="mail to set it will be sent" readonly>
 				{% endif %}
 				<small class="form-text text-muted">
-					At least 8 and at most 256 characters, no other special requirements. But please don't be stupid and use a password manager.
+					At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
 				</small>
 			</div>
 		</div>
-- 
GitLab