Update the user updater helper method to all password change, since Joomla changed the user save method in the user class.
This commit is contained in:
@ -2143,7 +2143,7 @@ class Interpretation extends Fields
|
||||
$method[] = $this->_t(3) . "'name' => \$new['name'],";
|
||||
$method[] = $this->_t(3) . "'email' => \$new['email'],";
|
||||
$method[] = $this->_t(3)
|
||||
. "'password1' => \$password, // First password field";
|
||||
. "'password' => \$password, // First password field";
|
||||
$method[] = $this->_t(3)
|
||||
. "'password2' => \$password2, // Confirm password field";
|
||||
$method[] = $this->_t(3) . "'block' => 0 );";
|
||||
|
Reference in New Issue
Block a user