Home
last modified time | relevance | path

Searched +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 183) sorted by relevance

12345678

/dokuwiki/conf/
H A Ddokuwiki.php56 $conf['autopasswd'] = 1; //autogenerate passwords and email them to user
59 $conf['defaultgroup']= 'user'; //Default groups new Users are added to
60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated list user1,@group1,user2
62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user profile
69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users
178 $conf['proxy']['user'] = '';
H A Dacronyms.conf27 GUI Graphical User Interface
/dokuwiki/inc/Ui/
H A DUserProfile.php10 * DokuWiki User Profile Interface
17 * Display the User Profile Form Panel
31 'user' => $_SERVER['REMOTE_USER'],
41 echo $this->tokenForm($userinfo['user'])->toHTML();
87 $input = $form->addTextInput('login', $lang['user'])
90 ->val($userinfo['user']);
165 * @param string $user
168 protected function tokenForm($user)
172 $token = JWT::fromUser($user);
H A DIndex.php67 * User function for html_buildlist()
100 * This user function is used in html_buildlist to build the
H A DPageDraft.php17 * ask the user about how to handle an exisiting draft
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE83 does Less to protect the user's freedom than the ordinary General
106 users' freedom, it does ensure that the user of a program that is
288 directing the user to the copy of this License. Also, you must do one
297 user can modify the Library and then relink to produce a modified
299 that the user who changes the contents of definitions files in the
305 copy of the library already present on the user's computer system,
308 the user installs one, as long as the modified version is
312 least three years, to give the same user the materials
320 e) Verify that the user has already received a copy of these
321 materials or that you have already sent this user
[all...]
/dokuwiki/inc/Action/
H A DRegister.php14 * Self registering a new user
H A DLogout.php12 * Log out a user
/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?
93 if ($this->who != '%USER%' && $this->who != '%GROUP%') { #keep wildcard as is
154 } elseif ($who != '%USER%' && $who != '%GROUP%') { #keep wildcard as is
458 $user = '';
461 $user = $who;
462 $info = $auth->getUserData($user);
471 $perm = auth_aclcheck($check, $user, $groups);
490 if ($user) {
515 * User functio
[all...]
H A Dscript.js48 * Handle user dropdown
50 * Hides or shows the user/group entry box depending on what was selected in the
/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,
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/tpl/dokuwiki/
H A Dtpl_header.php44 <!-- USER TOOLS -->
51 echo '<li class="user">';
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE82 does Less to protect the user's freedom than the ordinary General
105 users' freedom, it does ensure that the user of a program that is
283 directing the user to the copy of this License. Also, you must do one
292 user can modify the Library and then relink to produce a modified
294 that the user who changes the contents of definitions files in the
300 copy of the library already present on the user's computer system,
303 the user installs one, as long as the modified version is
307 least three years, to give the same user the materials
315 e) Verify that the user has already received a copy of these
316 materials or that you have already sent this user
[all...]
/dokuwiki/lib/plugins/revert/
H A Dadmin.php43 * handle user request
174 echo ' <span class="user">';
175 echo $recent['user'] . ' ' . $recent['ip'];
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php36 'user' => $info[4], // user name
61 'user' => $info['user'],
H A DRevisionInfo.php31 * - user: user name
157 if ($this->val('user')) {
158 $html = '<bdi>' . editorinfo($this->val('user')) . '</bdi>';
165 return '<span class="user">' . $html . '</span>';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingEmail.php29 $mail = str_replace('@USER@', 'joe', $mail);
/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/popularity/
H A Dadmin.php53 * handle user request
93 //If there was an error the last time we tried to autosubmit, warn the 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/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php73 // by the user and (2) this isn't just looking at the data sent by the current user - it's based
74 // on the data sent by all users. one user requests the page and a hash of their info is saved.
75 // another user visits the page and the serialization of their data is utilized along with the
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php30 $this->proxy_user = $conf['proxy']['user'];
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php43 * based directory. If you bind as a domain user, you can't fetch as
159 * eg. User Fred is a member of Group A, which is a member of Group B, which is a member of Group C
228 * The user class
239 public function user() { function in adLDAP
685 * Validate a user's login credentials
687 * @param string $username A user's AD username
688 * @param string $password A user's AD password
709 // Bind as the user
829 if ($attributes["password"]){ $mod["unicodePwd"][0]=$this->user()->encodePassword($attributes["password"]); }

12345678