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:
Matias Griese
2019-06-20 22:15:16 +03:00
3 changed files with 13 additions and 4 deletions

View File

@@ -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');