Home
last modified time | relevance | path

Searched refs:userStruct (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php332 public function legacyCreateUser($userStruct) argument
348 $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;