mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 02:46:04 +01:00
Merge branches '1.10' and 'develop' of github.com:getgrav/grav-plugin-admin into 1.10
# Conflicts: # CHANGELOG.md # blueprints.yaml # themes/grav/js/admin.min.js
This commit is contained in:
@@ -287,9 +287,6 @@ class AdminController extends AdminBaseController
|
||||
$user->undef('hashed_password');
|
||||
$user->undef('reset');
|
||||
$user->set('password', $password);
|
||||
|
||||
$user->validate();
|
||||
$user->filter();
|
||||
$user->save();
|
||||
|
||||
$this->admin->setMessage($this->admin::translate('PLUGIN_ADMIN.RESET_PASSWORD_RESET'), 'info');
|
||||
|
||||
Reference in New Issue
Block a user