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 26 – 50 of 183) sorted by relevance

12345678

/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/lib/plugins/usermanager/
H A Dscript.js2 * Add JavaScript confirmation to the User Delete button
H A Dstyle.css1 /* User Manager specific styles */
/dokuwiki/inc/Ui/
H A DUserRegister.php8 * DokuWiki User Registration Interface (Register Form)
15 * Display the User Registration Form Panel
41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit')
H A DLogin.php10 * DokuWiki User Login Interface (Login Form)
53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
/dokuwiki/inc/File/
H A DPageFile.php204 'user' => $INPUT->server->str('REMOTE_USER'),
289 ['date' => $date, 'type' => $changeType, 'user' => $user, ] = $logEntry;
309 if ($user) {
311 $meta['user'] = $user;
318 if ($user) {
319 $meta['contributor'][$user] = $INFO['userinfo']['name'] ?? null;
323 if ($user) {
324 $meta['contributor'][$user]
[all...]
/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/inc/Action/Exception/
H A DActionUserRequiredException.php8 * Thrown by AbstractUserAction when an action requires that a user is logged
H A DActionException.php21 /** @var bool should the exception's message be shown to the user? */
59 * Should this Exception's message be shown to the user?
H A DFatalException.php10 * Will abort all handling and display some info to the user. The HTTP status code
/dokuwiki/inc/Action/
H A DAbstractUserAction.php10 * An action that requires a logged in user
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
40 * the user will be shown the Denied action.
H A DShow.php5 * User: andi
H A DDraftdel.php24 * Delete an existing draft for the current page and user if any
H A DProfileDelete.php12 * Delete a user account
/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]].
28 The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
/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/inc/Menu/Item/
H A DProfile.php8 * Open the user's profile
/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/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/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/
H A Dfeed.php

12345678