Searched refs:userStruct (Results 1 – 1 of 1) sorted by relevance
332 public function legacyCreateUser($userStruct) argument348 $user = trim($auth->cleanUser($userStruct['user'] ?? ''));349 $password = $userStruct['password'] ?? '';350 $name = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $userStruct['name'] ?? ''));351 $mail = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $userStruct['mail'] ?? ''));352 $groups = $userStruct['groups'] ?? [];354 $notify = (bool)$userStruct['notify'] ?? false;