Home
last modified time | relevance | path

Searched +full:delete +full:- +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 47) sorted by last modified time

12

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__);
34 $this->success = false;
38 if (!$this->getConf('dsn')) {
39 $this->debugMsg('No DSN specified', -1, __LINE__);
40 $this->success = false;
45 $this->pdo = new PDO(
46 $this->getCon
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/vendor/geshi/geshi/
H A Dbuild.xml1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
4 GeSHi - Generic Syntax Highlighter - phing build file.
8 -->
13 <property name="zipfile" value="${phing.project.name}-${version}.zip" />
14 <property name="gzfile" value="${phing.project.name}-${version}.tar.gz" />
15 <property name="bz2file" value="${phing.project.name}-
[all...]
/dokuwiki/lib/exe/
H A Dmediamanager.php17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
22 if ($INPUT->str('delete')) {
23 $DEL = cleanID($INPUT->str('delete'));
26 } elseif ($INPUT->st
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgenero.php4 * ----------
[all...]
H A Dsql.php4 * -------
7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de)
15 * -
[all...]
H A Dmysql.php4 * ---------
8 * Date Started: 2008-1
[all...]
H A Dscilab.php4 * --------
13 * --
[all...]
H A Dmapbasic.php4 * ------
13 * ----
[all...]
H A Dvim.php4 * ----------
[all...]
H A Doracle8.php4 * ----------
[all...]
H A Dpostgresql.php4 * ----------
[all...]
H A Dprogress.php4 * --------
13 * --
[all...]
H A Dracket.php4 * ----------
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php22 $options->setHelp(
27 $options->registerCommand('list', 'List users');
28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
31 $options->registerCommand('add', 'Add an user to auth backend');
32 $options->registerArgument('login', 'Username', true, 'add');
33 $options->registerArgument('mail', 'Email address', true, 'add');
34 $options->registerArgument('name', 'Full name', false, 'add');
35 $options->registerArgumen
[all...]
H A Dadmin.php8 * User Manager
12 * 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
47 $this->setupLocale();
50 $this->disabled = $this->lan
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/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
19 # delete 16
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/inc/Action/
H A DDraftdel.php11 * Delete a draft
24 * Delete an existing draft for the current page and user if any
34 if ($draft->isDraftAvailable() && checkSecurityToken()) {
35 $draft->deleteDraft();
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
7 * @author Michael Hamann <michael@content-space.de>
44 $this->tpllib = dirname(tpl_incdir()) . '/';
54 foreach ($this->temporary as $dir) {
76 $this->id = $id;
78 $this->base = $id;
81 $this->base = substr($id, 9);
82 $this->is_template = true;
84 $this->is_template = false;
87 $this->localInf
[all...]
/dokuwiki/bin/
H A Ddwpage.php29 $options->registerOption(
34 $options->registerOption(
35 'user',
36 'work as this user. defaults to current CLI user',
40 $options->setHelp(
46 $options->registerCommand(
54 $options->registerArgument(
60 $options->registerArgument(
68 $options->registerComman
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php15 use dokuwiki\Remote\Response\User;
35 'core.getAPIVersion' => (new ApiCall([$this, 'getAPIVersion'], 'info'))->setPublic(),
38 'core.getWikiTitle' => (new ApiCall([$this, 'getWikiTitle'], 'info'))->setPublic(),
41 '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'),
106 * Returns a Unix timestamp (seconds since 1970-01-0
740 aclCheck($id, $user = null, $groups = null) global() argument
1033 login($user, $pass) global() argument
[all...]
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php24 * This will automatically overwrite any existent subscription for the given user on this
27 * @throws Exception when user or style is empty
31 * @param string $user
37 public function add($id, $user, $style, $data = '')
39 if (!$this->isenabled()) {
43 // delete any existing subscription
44 $this->remove($id, $user);
46 $user = auth_nameencode(trim($user));
38 add($id, $user, $style, $data = '') global() argument
81 remove($id, $user = null, $style = null, $data = null) global() argument
111 userSubscription($id = '', $user = '') global() argument
164 subscribers($page, $user = null, $style = null, $data = null) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DUserProfile.php10 * DokuWiki User Profile Interface
17 * Display the User Profile Form Panel
31 'user' => $_SERVER['REMOTE_USER'],
32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
33 'mail' => $INPUT->post->str('email', $INFO['userinfo']['mail'], true),
40 echo $this->updateProfileForm($userinfo)->toHTML('UpdateProfile');
41 echo $this->tokenFor
[all...]
/dokuwiki/inc/
H A Dauth.php7 * a user by calling auth_login()
53 foreach ($plugin_controller->getList('auth') as $plugin) {
55 $auth = $plugin_controller->load('auth', $plugin);
61 msg($lang['authtempfail'], -1);
65 if ($auth->success == false) {
66 // degrade to unauthenticated user
69 msg($lang['authtempfail'], -1);
74 $INPUT->set('http_credentials', false);
75 if (!$conf['rememberme']) $INPUT->set('r', false);
77 // Populate Basic Auth user/passwor
207 auth_login($user, $pass, $sticky = false, $silent = false) global() argument
454 auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) global() argument
514 auth_isadmin($user = null, $groups = null, $recache = false) global() argument
529 auth_isMember($memberlist, $user, array $groups) global() argument
596 auth_aclcheck($id, $user, $groups) global() argument
831 auth_sendPassword($user, $password) global() argument
1246 auth_setCookie($user, $pass, $sticky) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dremote.php14 * @return array {Scope: ACL}, where ACL = dictionnary {user/group: permissions_int}
27 $apa->initAclConfig();
28 return $apa->acl;
35 * @param string $user The user or group to apply the ACL to
40 public function addAcl($scope, $user, $level)
51 return $apa->addOrUpdateACL($scope, $user, $level);
58 * @param string $user The user o
67 addAcl($scope, $user, $level) global() argument
89 delAcl($scope, $user) global() argument
[all...]

12