From fe597da7aacfe985bf32968cfc7247ea65371bfa Mon Sep 17 00:00:00 2001 From: NatCC Date: Sat, 3 Feb 2018 22:49:11 +0000 Subject: [PATCH] Update users.html (#1345) Passwords must be eight characters long; when passwords are changed via the users page the dialog states that passwords need to be at least four characters but only eight or more are acceptable. --- management/templates/users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/users.html b/management/templates/users.html index e0545835..cf944c86 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -213,7 +213,7 @@ function users_set_password(elem) { show_modal_confirm( "Set Password", - $("

Set a new password for " + email + "?

Passwords must be at least four characters and may not contain spaces." + yourpw + "

"), + $("

Set a new password for " + email + "?

Passwords must be at least eight characters and may not contain spaces." + yourpw + "

"), "Set Password", function() { api(