From 9b9e7e420ad489d6060c760b2124681b6aa0e92a Mon Sep 17 00:00:00 2001 From: aspdye Date: Mon, 16 May 2016 07:59:40 +0200 Subject: [PATCH] Fix #819 --- 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 010a1edf..b369fa89 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -170,7 +170,7 @@ function users_set_password(elem) { yourpw = "

If you change your own password, you will be logged out of this control panel and will need to log in again.

"; show_modal_confirm( - "Archive User", + "Set Password", $("

Set a new password for " + email + "?

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

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