Home
last modified time | relevance | path

Searched refs:user (Results 26 – 50 of 67) sorted by relevance

123

/dokuwiki/inc/lang/id/
H A Dresendpwd.txt3 Masukkan nama user Anda pada form dibawah untuk permintaan perubahan password account Anda di Wiki ini. Link konfirmasi akan dikirimkan melalui alamat email Anda sewaktu registrasi.
H A Dconflict.txt3 Versi terbaru dari dokumen yang baru saja Anda Edit telah ada. Ini terjadi ketika user lain telah selesai mengubah halaman, saat Anda sedang meng-edit.
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt6 desc Provides user authentication against an LDAP server
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt6 desc Provides user authentication against a Microsoft Active Directory
/dokuwiki/inc/lang/en/
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 ======
/dokuwiki/inc/Remote/
H A DApiCore.php41 'core.login' => (new ApiCall([$this, 'login'], 'user'))->setPublic(),
42 'core.logoff' => new ApiCall([$this, 'logoff'], 'user'),
43 'core.whoAmI' => (new ApiCall([$this, 'whoAmI'], 'user')),
44 'core.aclCheck' => new ApiCall([$this, 'aclCheck'], 'user'),
120 // region user
125 * This will use the given credentials and attempt to login the user. This will set the
130 * @param string $user The user name
134 public function login($user, $pass)
146 $ok = $auth->trustExternal($user,
740 aclCheck($id, $user = null, $groups = null) global() argument
1033 login($user, $pass) global() argument
[all...]
/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/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/
H A Dfeed.php
/dokuwiki/conf/
H A Dinterwiki.conf39 user :user:{NAME}
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
/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...]
/dokuwiki/inc/
H A Dchangelog.php75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
85 'user' => $user,
133 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
142 'user' => $user,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php186 $user = $context[$scheme]['username'];
195 if (!isset($user) || !isset($pass)) {
200 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
201 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
208 user_error('fopen(): failed to call user notifier', E_USER_WARNING);
217 if (!$this->sftp->login($user, $pass)) {
223 if (!$this->sftp->login($user, $pass)) {
227 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php91 * Add a user to a group
93 * @param string $group The group to add the user to
94 * @param string $user The user to add to the group
98 public function addUser($group, $user, $isGUID = false) argument
100 // Adding a user is a bit fiddly, we need to get the full DN of the user
103 // Find the user's dn
104 $userDn = $this->adldap->user()->dn($user,
250 removeUser($group, $user, $isGUID = false) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css24 .dokuwiki form.changes ul li span.user a {
45 .dokuwiki form.changes li span.user {
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt5 * The form above allows you to see and modify the permissions of a selected user or group.
/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/lib/plugins/acl/
H A Dstyle.css87 background: transparent url(pix/user.png) 0px 1px no-repeat;
91 background: transparent url(pix/user.png) right 1px no-repeat;
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/bin/
H A Dgittool.php319 $user = $m[1];
321 return 'https://github.com/' . $user . '/' . $repo . '.git';
326 $user = $m[1];
328 if (!$repo) $repo = $user;
330 return 'https://git.gitorious.org/' . $user . '/' . $repo . '.git';
335 $user = $m[1];
337 return 'https://bitbucket.org/' . $user . '/' . $repo . '.git';
/dokuwiki/inc/HTTP/
H A DHTTPClient.php47 public $user;
185 if (isset($uri['user'])) $this->user = $uri['user'];
239 if ($this->user) {
240 $headers['Authorization'] = 'Basic ' . base64_encode($this->user . ':' . $this->pass);
46 public $user; global() variable in dokuwiki\\HTTP\\HTTPClient

123