diff --git a/public_html/includes/class/class.LSformElement_password.php b/public_html/includes/class/class.LSformElement_password.php index b2543156..c74d2ed0 100644 --- a/public_html/includes/class/class.LSformElement_password.php +++ b/public_html/includes/class/class.LSformElement_password.php @@ -60,7 +60,7 @@ class LSformElement_password extends LSformElement { return true; } - if ($this -> verifyPassword($return[$this -> name][0])) { + if ($this -> verifyPassword($return[$this -> name][0]) || (empty($return[$this -> name][0]) && empty($val))) { LSdebug("Password : no change"); unset($return[$this -> name]); $this -> form -> _notUpdate[$this -> name] == true;