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(