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 1 – 25 of 183) sorted by path

12345678

/dokuwiki/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
H A Dfeed.php
/dokuwiki/bin/
H A Ddwpage.php35 'user',
36 'work as this user. defaults to current CLI user',
157 $this->username = $options->getOpt('user', $this->getUser());
284 $this->error("Page $wiki_id is already locked by another user");
308 $this->error("Page $wiki_id is locked by another user");
338 * Get the current user's username from the environment
344 $user = getenv('USER');
345 if (empty($user)) {
[all...]
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/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
H A Dacronyms.conf27 GUI Graphical User Interface
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 Dinterwiki.conf39 user :user:{NAME}
H A Dmysql.conf.php.example27 $conf['plugin']['authmysql']['user'] = '';
51 /* Basic SQL statements for user authentication (required) */
56 * of the user. If the result table is empty or contains more than one
62 * %{user} user name
70 WHERE login='%{user}'
74 * information about one user. The field needed are:
76 * 'name' the user's full name
77 * 'mail' the user's email address
83 * %{user} use
[all...]
/dokuwiki/data/
H A Ddeleted.files20 lib/images/interwiki/user.png
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt50 * [[https://forum.dokuwiki.org|Check out the user forum]]
H A Dsyntax.txt79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
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/inc/Action/
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 DAbstractUserAction.php10 * An action that requires a logged in user
H A DDraftdel.php24 * Delete an existing draft for the current page and user if any
H A DLogout.php12 * Log out a user
H A DProfileDelete.php12 * Delete a user account
H A DRegister.php14 * Self registering a new user
H A DResendpwd.php83 // we're in token phase - get user info from token
99 $user = io_readfile($tfile);
100 $userinfo = $auth->getUserData($user, $requireGroups = false);
106 if (!$conf['autopasswd']) { // we let the user choose a password
117 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
122 $pass = auth_pwgen($user);
123 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
128 if (auth_sendPassword($user, $pass)) {
146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
149 $userinfo = $auth->getUserData($user,
[all...]
H A DShow.php5 * User: andi
/dokuwiki/inc/Action/Exception/
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 DActionUserRequiredException.php8 * Thrown by AbstractUserAction when an action requires that a user is logged
H A DFatalException.php10 * Will abort all handling and display some info to the user. The HTTP status code
/dokuwiki/inc/
H A DActionRouter.php96 // this one should trigger a user message

12345678