Lines Matching +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
35 'user',
36 'work as this user. defaults to current CLI user',
157 $this->username = $options->getOpt('user', $this->getUser());
288 $this->error("Page $wiki_id is already locked by another user");
312 $this->error("Page $wiki_id is locked by another user");
342 * Get the current user's username from the environment
348 $user = getenv('USER');
349 if (empty($user)) {
350 $user = getenv('USERNAME');
352 return $user;
354 if (empty($user)) {
355 $user = 'admin';
357 return $user;