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