Home
last modified time | relevance | path

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

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