Home
last modified time | relevance | path

Searched refs:users (Results 1 – 23 of 23) sorted by path

/dokuwiki/
H A DCOPYING14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/dokuwiki/conf/
H A Dmysql.conf.php.example9 * TABLE users
48 $conf['plugin']['authmysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "usergroup", "usergroup AS ug");
68 JOIN users AS u ON u.uid=ug.uid
86 FROM users
98 FROM groups g, users u, usergroup ug
122 FROM users AS u
132 /* Additional SQL statements to add new users with the user manager */
144 $conf['plugin']['authmysql']['addUser'] = "INSERT INTO users
183 FROM users
[all...]
H A Dusers.auth.php.dist1 # users.auth.php
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
19 * [[doku>users|Happy Users]]
51 * [[doku>irc|Talk to other users in the IRC channel]]
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
H A Dwelcome.txt28 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/Extension/
H A DAuthPlugin.php8 * allows to authenticate users in a plugin
31 'getUsers' => false, // can a (filtered) list of users be retrieved?
32 'getUserCount' => false, // can the number of users be retrieved?
279 msg("authorisation method does not allow creation of new users", -1);
300 * Delete one or more users [implement only where required/possible]
305 * @param array $users
306 * @return int number of users deleted
308 public function deleteUsers($users)
310 msg("authorisation method does not allow deleting of users", -1); argument
337 * @param int $limit max number of users t
[all...]
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php45 foreach ($subscriptions as $target => $users) {
50 foreach ($users as $user => $info) {
H A DSubscriberManager.php254 foreach ($subscriptions as $users) {
255 foreach ($users as $user => $info) {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php260 // Find the users dn
365 $users = $info[0]["member"];
366 if (!is_array($users)) {
372 for ($i=0; $i<$users["count"]; $i++){
373 $filter = "(&(objectCategory=person)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($users[$i]) . "))";
380 $filter = "(&(objectCategory=group)(distinguishedName=" . $this->adldap->utilities()->ldapSlashes($users[$i]) . "))";
/dokuwiki/lib/plugins/authad/
H A Dauth.php65 protected $users = [];
68 * @var array filter patterns for listing users
396 * @return int number of users
411 $this->users = array_fill_keys($result, false);
468 * Create an array of $numberOfAdds users passing a certain $filter, including belonging
470 * already exists try to add $numberOfAdds further users to it.
473 * @param int $numberOfAdds additional number of users requested
488 foreach ($this->users as $user => &$info) {
509 * @param int $limit max number of users to be returned
518 //if (!$this->users) {
62 protected $users = array(); global() variable in auth_plugin_authad
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php23 /* @var array $users User data cache */
24 protected $users;
399 * @param int $limit max number of users to be returned
408 if (is_null($this->users)) {
425 $this->users = array_fill_keys($result, false);
432 foreach ($this->users as $user => &$info) {
21 protected $users = null; global() variable in auth_plugin_authldap
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php97 // can a filtered list of users be retrieved?
99 ['list-users']
102 // can the number of users be retrieved?
104 ['count-users']
340 * Delete one or more users
344 * @param array $users
345 * @return int number of users deleted
347 public function deleteUsers($users)
350 foreach ($users as $user) {
362 * @param int $limit max number of users t
387 deleteUsers($users) global() argument
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php18 protected $users;
39 if (!@is_readable($config_cascade['plainauth.users']['default'])) {
42 if (@is_writable($config_cascade['plainauth.users']['default'])) {
73 return auth_verifyPassword($pass, $this->users[$user]['pass']);
93 if ($this->users === null) $this->loadUserData();
94 return $this->users[$user] ?? false;
158 if (!io_saveFile($config_cascade['plainauth.users']['default'], $userline, true)) {
163 $this->users[$user] = [
191 // don't modify protected users
218 if (!io_replaceInFile($config_cascade['plainauth.users']['defaul
17 protected $users = null; global() variable in auth_plugin_authplain
230 deleteUsers($users) global() argument
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php23 "Manage users for this DokuWiki instance\n"
27 $options->registerCommand('list', 'List users');
112 * List the given users
187 * Deletes users
201 $users = explode(',', $args[0]);
202 $count = $auth->triggerUserMod('delete', [$users]);
204 if ($count != count($users)) {
207 $part2 = str_replace('%d', (count($users) - $count), $this->getLang('delete_fail'));
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt3 Requires a CSV file of users with at least four columns.
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt4 your logo is not shown to not logged in users.
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE18 free software--to make sure the software is free for all its users.
62 effectively restrict the users of a free program by obtaining a
106 users' freedom, it does ensure that the user of a program that is
/dokuwiki/vendor/phpseclib/phpseclib/
H A DBACKERS.md3 phpseclib ongoing development is made possible by [Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE18 free software--to make sure the software is free for all its users.
61 effectively restrict the users of a free program by obtaining a
105 users' freedom, it does ensure that the user of a program that is