Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74b360f5 authored by Ronak Patel's avatar Ronak Patel
Browse files

Update UserService.php

parent ea0ecd64
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -310,9 +310,6 @@ class UserService {
		if (!$ret) {
			throw new LDAPUserCreationException("Error while adding entry to LDAP for username: " .  $username . ' Error: ' . ldap_error($connection), ldap_errno($connection));
		}
		if (is_null($this->getUser($username))) {
			throw new Exception($username." user not found.");
		}
		return $newUserEntry;
	}
	/**