LDAP bug fixes

This commit is contained in:
Taras Machyshyn
2018-06-08 12:11:32 +03:00
parent b6f5909df1
commit 4ee5ea78e3
@@ -251,6 +251,8 @@ class LDAP extends Base
$data[$fieldName] = $fieldValue;
}
$this->getAuth()->useNoAuth();
$user = $this->getEntityManager()->getEntity('User');
$user->set($data);