From ee982c2ee760d6aeafedcb4343d1bf259ca1fe87 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 31 May 2017 01:10:29 +0200 Subject: Bugfix: There was a problem with the formular for editing users which have been fixed in version 2.2.1 In all versions before 2.2 the template parameter $FORM['DATA']['PASSWORD'] was explicitly given, but always set to the value "NULL". Due to the changes in version 2.2, the parameter is no longer passed at all, which caused PHP to issue an notice via an undefined array index. The problem has now been solved by removing the "value" attribute for the password field from the form. --- template/admin/html/user/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php index a260ee0..3da96d2 100644 --- a/template/admin/html/user/form.php +++ b/template/admin/html/user/form.php @@ -17,7 +17,7 @@
-
+
-- cgit v1.2.3