Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 67) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php47 $this->getConf('user'),
64 ['select-user', 'select-user-groups', 'select-groups', 'insert-user', 'insert-group', 'join-group']
69 ['select-user', 'select-user-groups', 'select-groups', 'leave-group', 'delete-user']
74 ['select-user', 'select-user-groups', 'update-user
162 checkPass($user, $pass) global() argument
202 getUserData($user, $requireGroups = true) global() argument
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
295 modifyUser($user, $changes) global() argument
509 selectUser($user) global() argument
551 deleteUser($user) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php53 * handle user request
87 // user or group choosen?
458 $user = '';
461 $user = $who;
462 $info = $auth->getUserData($user);
471 $perm = auth_aclcheck($check, $user, $groups);
490 if ($user) {
608 //0 is pagename, 1 is user, 2 is acl
701 * Returns the permission which were set for exactly the given user/group
735 // first make sure we won't end up with 2 lines matching this user an
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/dokuwiki/inc/lang/en/
H A Dlocked.txt3 This page is currently locked for editing by another user. You have to wait until this user finishes editing or the lock expires.
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
H A Dconflict.txt3 A newer version of the document you edited exists. This happens when another user changed the document while you were editing it.
H A Dregister.txt1 ====== Register as new user ======
H A Dregistermail.txt1 A new user has registered. Here are the details:
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dadd.txt1 ===== Add user =====
H A Ddelete.txt1 ===== Delete user =====
H A Dedit.txt1 ===== Edit user =====
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
7 Duplicate user-ids will be ignored.
9 A password will be generated and emailed to each successfully imported user.
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
31 $options->registerCommand('add', 'Add an user to auth backend');
37 $options->registerOption('notify', 'Notify user', 'n', false, 'add');
40 $options->registerCommand('delete', 'Deletes user(s) from auth backend');
44 $options->registerCommand('addtogroup', 'Add user to group(s)');
49 $options->registerCommand('removefromgroup', 'Remove user from group(s)');
124 foreach ($list as $username => $user) {
127 $content[] = $user['name'];
128 $content[] = $user['mail'];
129 $content[] = implode(", ", $user['grp
[all...]
H A Dadmin.php12 * This version of the user manager has been modified to only work with
29 protected $filter = []; // user selection filter(s)
30 protected $start = 0; // index of first user to be displayed
31 protected $last = 0; // index of the last user to be displayed
33 protected $edit_user = ''; // set to user selected for editing
37 protected $lastdisabled = false; // set to true if last user is unknown and last button is hence buggy
114 * Handle user request
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
260 foreach ($user_list as $user => $userinfo) {
270 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user)
377 htmlUserForm($cmd, $user = '', $userdata = array(), $indent = 0) global() argument
862 notifyUser($user, $password, $status_alert = true) global() argument
1192 importUser($user, & $error) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
/dokuwiki/lib/plugins/usermanager/lang/cs/
H A Dimport.txt4 Sloupce obsahují (v daném pořadí): user-id, celé jméno, emailovou adresu, seznam skupin.
7 Záznamy s duplicitním user-id budou ignorovány.
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php577 * Array of user-added callback methods
585 * Array of user-added callback methods
590 public $user = []; variable in SimplePie\\Parse\\Date
643 foreach ($this->user as $method) {
668 $this->user[] = $callback;
/dokuwiki/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
H A Dinterwiki.conf39 user :user:{NAME}
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php41 // remember current user info
50 foreach ($users as $user => $info) {
60 // Work as the user to make sure ACLs apply correctly
61 $USERINFO = $auth->getUserData($user);
62 $INPUT->server->set('REMOTE_USER', $user);
89 ($INPUT->server->str('REMOTE_USER') === $rev['user'] ||
119 $subscriberManager->add($target, $user, $style, time());
124 // restore current user info
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md70 - ``$options->getCmd()`` returns the sub command the user used
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt26 DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]].
/dokuwiki/inc/
H A Dcommon.php111 $user = $INPUT->server->str('REMOTE_USER');
115 if (trim($user) == '' || trim($session) == '') return '';
116 return PassHash::hmac('md5', $session . $user, auth_cookiesalt());
129 if (!$INPUT->server->str('REMOTE_USER')) return true; // no logged in user, no need for a check
288 $info['user'] = $revinfo['user'];
293 $info['editor'] = $revinfo['user'] ?: $revinfo['ip'];
296 $info['user'] = null;
707 * and gain information about the user who was blocked.
711 * data['userinfo'] - information about the blocked user
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css175 -webkit-user-select: none;
176 -moz-user-select: none;
177 -ms-user-select: none;
178 user-select: none;

123