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

Commit eabbe3c6 authored by Ronak Patel's avatar Ronak Patel
Browse files

Adding into Bytes

parent 16dafd8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -290,14 +290,14 @@ class UserService {
		$base = $this->LDAPConnectionService->getLDAPBaseUsers()[0];
		
		$newUserDN = "username=$username," . $base;
		
		$quota = $this->LDAPConnectionService->getLdapQuota() * 1024 * 1024;
		$newUserEntry = [
			'mailAddress' => $userEmail,
			'username' => $username,
			'usernameWithoutDomain' => $username,
			'userPassword' => $password,
			'displayName' => $displayname,
			'quota' => $this->LDAPConnectionService->getLdapQuota(),
			'quota' => $quota,
			'recoveryMailAddress' => $recoveryEmail,
			'active' => 'TRUE',
			'mailActive' => 'TRUE',