Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 25 of 32) sorted by last modified time

12

/dokuwiki/lib/plugins/acl/
H A Dadmin.php63 global $auth;
90 $this->who = '@' . ltrim($auth->cleanGroup($who), '@');
94 $this->who = $auth->cleanUser($this->who);
152 $who = '@' . ltrim($auth->cleanGroup($who), '@');
155 $who = $auth->cleanUser($who);
440 global $auth;
462 $info = $auth->getUserData($user);
727 * adds new acl-entry to conf/acl.auth.php
750 * remove acl-entry from conf/acl.auth.php
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php134 /** @var $auth DokuWiki_Auth_Plugin */
135 global $auth;
221 if ($auth instanceof AuthPlugin && $auth->canDo('getUserCount')) {
222 $data['user_count'] = $auth->getUserCount();
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css69 * Styles for auth forms
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php31 $options->registerCommand('add', 'Add an user to auth backend');
40 $options->registerCommand('delete', 'Deletes user(s) from auth backend');
59 /** @var AuthPlugin $auth */
60 global $auth;
62 if (!$auth instanceof AuthPlugin) {
98 /** @var AuthPlugin $auth */
99 global $auth;
101 if (!$auth->canDo('getUsers')) {
118 /** @var AuthPlugin $auth */
119 global $auth;
[all...]
H A Dadmin.php13 * objectified version of auth system
27 protected $auth; // auth object
44 /** @var AuthPlugin $auth */
45 global $auth;
49 if (!$auth instanceof AuthPlugin) {
51 } elseif (!$auth->canDo('getUsers')) {
55 $this->auth = &$auth;
73 if (!is_null($this->auth))
22 protected $auth = null; // auth object global() variable in admin_plugin_usermanager
[all...]
/dokuwiki/conf/
H A Dacl.auth.php.dist1 # acl.auth.php
10 # If your auth backend allows special char like spaces in groups
H A Dusers.auth.php.dist1 # users.auth.php
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth plugin.
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php31 /** @var AuthPlugin $auth */
32 global $auth;
61 $USERINFO = $auth->getUserData($user);
H A DSubscriberManager.php241 /** @var AuthPlugin $auth */
242 global $auth;
256 $userinfo = $auth->getUserData($user);
/dokuwiki/inc/
H A Dcommon.php187 // if some outside auth were used only REMOTE_USER is set
1661 /** @var AuthPlugin $auth */
1662 global $auth;
1697 if ($auth instanceof AuthPlugin) {
1698 $info = $auth->getUserData($username);
1721 if (!isset($info) && $auth instanceof AuthPlugin) {
1722 $info = $auth->getUserData($username);
H A Dinfoutils.php238 msg('conf/users.auth.php is writable', 1);
240 msg('conf/users.auth.php is not writable', 0);
431 global $INFO, $auth;
437 if (!$auth instanceof AuthPlugin) return false;
586 if (preg_match('/(notify|pass|auth|secret|ftp|userinfo|token|buid|mail|proxy)/i', $key)) {
H A Dauth.php26 * Initialize the auth system.
30 * This used to be the main() of the auth.php
40 /* @var AuthPlugin $auth */
41 global $auth;
52 // try to load auth backend from plugins
53 foreach ($plugin_controller->getList('auth') as $plugin) {
55 $auth = $plugin_controller->load('auth', $plugin);
60 if (!$auth instanceof AuthPlugin) {
65 if ($auth
[all...]
H A Dconfutils.php365 /** @var AuthPlugin $auth */
366 global $auth;
372 (isset($conf['openregister']) && !$conf['openregister']) || !$auth instanceof AuthPlugin
373 || !$auth->canDo('addUser')
378 (isset($conf['resendpasswd']) && !$conf['resendpasswd']) || !$auth instanceof AuthPlugin
379 || !$auth->canDo('modPass')
383 if ((isset($conf['subscribers']) && !$conf['subscribers']) || !$auth instanceof AuthPlugin) {
386 if (!$auth instanceof AuthPlugin || !$auth->canDo('Profile')) {
389 if (!$auth instanceo
[all...]
H A Dmedia.php64 * @param int $auth permission level
68 function media_metasave($id, $auth, $data)
70 if ($auth < AUTH_UPLOAD) return false;
149 * @param int $auth permission level
152 function media_metaform($id, $auth)
156 if ($auth < AUTH_UPLOAD) {
251 * @param int $auth no longer used
258 function media_delete($id, $auth)
261 $auth = auth_quickaclcheck(ltrim(getNS($id) . ':*', ':'));
262 if ($auth < AUTH_DELET
63 media_metasave($id, $auth, $data) global() argument
144 media_metaform($id, $auth) global() argument
248 media_delete($id, $auth) global() argument
298 media_upload_xhr($ns, $auth) global() argument
345 media_upload($ns, $auth, $file = false) global() argument
421 media_save($file, $id, $ow, $auth, $move) global() argument
686 media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) global() argument
890 media_tab_files($ns, $auth = null, $jump = '') global() argument
910 media_tab_upload($ns, $auth = null, $jump = '') global() argument
930 media_tab_search($ns, $auth = null) global() argument
954 media_tab_view($image, $ns, $auth = null, $rev = '') global() argument
978 media_tab_edit($image, $ns, $auth = null) global() argument
996 media_tab_history($image, $ns, $auth = null) global() argument
1025 media_preview($image, $auth, $rev = '', $meta = false) global() argument
1062 media_preview_buttons($image, $auth, $rev = '') global() argument
1203 media_details($image, $auth, $rev = '', $meta = false) global() argument
1246 media_diff($image, $ns, $auth, $fromajax = false) global() argument
1274 media_file_diff($image, $l_rev, $r_rev, $ns, $auth, $fromajax) global() argument
1306 media_restore($image, $rev, $auth) global() argument
1340 media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural') global() argument
1468 media_uploadform($ns, $auth, $fullscreen = false) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1024 protected $auth = [];
2220 $this->auth[] = func_get_args();
3110 'auth-agent-req@openssh.com',
3444 if (!empty($this->auth)) {
3470 foreach ($this->auth as $auth) {
3471 $result = $this->login(...$auth);
3902 case 'auth-agent':
3903 case 'auth-agent@openssh.com':
1002 var $auth = array(); global() variable in phpseclib\\Net\\SSH2
/dokuwiki/inc/Remote/
H A DApiCore.php137 /** @var AuthPlugin $auth */
138 global $auth;
141 if (!$auth instanceof AuthPlugin) return 0;
145 if ($auth->canDo('external')) {
146 $ok = $auth->trustExternal($user, $pass, false);
174 global $auth;
176 if (!$auth instanceof AuthPlugin) return 0;
210 /** @var AuthPlugin $auth */
211 global $auth;
219 $userinfo = $auth
[all...]
/dokuwiki/inc/Ui/
H A DMediaDiff.php127 $auth = auth_quickaclcheck("$ns:*");
129 if ($auth < AUTH_READ || !$this->id || !$conf['mediarevisions']) return;
239 $auth = auth_quickaclcheck("$ns:*");
267 media_preview($this->id, $auth, $rev1, $rev1Meta); // $auth not used in media_preview()?
271 media_preview($this->id, $auth, $rev2, $rev2Meta);
277 media_preview_buttons($this->id, $auth, $rev1); // $auth used in media_preview_buttons()
281 media_preview_buttons($this->id, $auth, $rev2);
H A DUserProfile.php25 /** @var AuthPlugin $auth */
26 global $auth;
42 if ($auth->canDo('delUser') && actionOK('profile_delete')) {
77 /** @var AuthPlugin $auth */
78 global $auth;
95 if (!$auth->canDo('modName')) $attr['disabled'] = 'disabled';
104 if (!$auth->canDo('modMail')) $attr['disabled'] = 'disabled';
112 if ($auth->canDo('modPass')) {
/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.
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DAbstractAclAction.php22 global $auth;
24 if (!$auth instanceof AuthPlugin) throw new ActionAclRequiredException();
H A DResendpwd.php31 /** @var AuthPlugin $auth */
32 global $auth;
36 if (!$auth->canDo('modPass')) throw new ActionDisabledException();
59 * - validating the password reset auth token
71 /* @var AuthPlugin $auth */
72 global $auth;
100 $userinfo = $auth->getUserData($user, $requireGroups = false);
117 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
123 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) {
146 $user = trim($auth
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php101 $redis->auth($parsed['pass']);
/dokuwiki/data/
H A Ddeleted.files113 lib/plugins/authmysql/auth.php
179 lib/plugins/authpgsql/auth.php
668 inc/auth/ad.class.php
669 inc/auth/basic.class.php
670 inc/auth/ldap.class.php
671 inc/auth/mysql.class.php
672 inc/auth/pgsql.class.php
673 inc/auth/plain.class.php
813 inc/auth/punbb.class.php
896 inc/auth/lda
[all...]

12