mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
password strength params
This commit is contained in:
@@ -86,9 +86,8 @@ class User extends \Espo\Core\Controllers\Record
|
||||
throw new Error();
|
||||
}
|
||||
|
||||
$this->getEntityManager()->removeEntity($request);
|
||||
|
||||
if ($this->getService('User')->changePassword($userId, $data->password)) {
|
||||
$this->getEntityManager()->removeEntity($request);
|
||||
return [
|
||||
'url' => $request->get('url')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user