diff --git a/uffd/selfservice/templates/self.html b/uffd/selfservice/templates/self.html
index b03b1daec221b97f75d17f3c898bc40b11adaf32..7cb7bf5652eaea2a3904d28fefbd02609498fc99 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 0dacc8cf10c62e51da84ab7ce0e26420e139d97f..1929179c640d3306390634e92dd7cc629f96e3b7 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 7b6401b23d673c0d03457cd9abca5e1d80217988..6f6bf3df3c91d787248e62595843c58eef5fc073 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>