Home
last modified time | relevance | path

Searched refs:auth (Results 276 – 299 of 299) sorted by last modified time

1...<<1112

/plugin/supa/helper/
H A Dhelper.php33 function html_supa_applet( $ns, $auth ) { argument
/plugin/daftdrafts/
H A Daction.php86 global $auth;
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
56 if ( empty($acl_config) ) $acl_config = file(DOKU_CONF.'acl.auth.php');
57 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
/plugin/autolink2/
H A Dadmin.php14 global $auth;
18 if (!isset($auth)) {
20 } else if (!$auth->canDo('getUsers')) {
25 $this->_auth = & $auth;
/plugin/groupadmin/
H A Dadmin.php27 global $auth;
31 if (!isset($auth)) {
33 } else if (!$auth->canDo('getUsers')) {
38 $this->_auth = & $auth;
/plugin/autlogin/
H A Dadmin.php155 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
178 $info = $auth->getUserData($user);
948 global $auth;
996 if (!$auth->canDo('addUser')) return false;
997 … $auth->triggerUserMod('create', array($concr_alias,$passw,$name,$email,$grps));//cretae new user
1401 global $auth;
1413 $info = $auth->getUserData($user);
1492 global $auth;
1496 $info = $auth->getUserData($user);
H A Daction.php98 $info = $auth->getUserData($best);
314 global $auth;
318 $info = $auth->getUserData($user);
/plugin/translator/
H A Dadmin.php20 global $auth;
22 if (!isset($auth)) {
24 } else if (!$auth->canDo('getUsers')) {
29 $this->_auth = & $auth;
/plugin/jsonrpc/
H A Djsonrpc.php372 $auth = auth_quickaclcheck(getNS($id).':*');
373 if($auth >= AUTH_UPLOAD) {
399 if($overwrite && (!$params['ow'] || $auth < AUTH_DELETE)) {
433 $auth = auth_quickaclcheck(getNS($id).':*');
434 … if($auth < AUTH_DELETE) return new IJR_ERROR(1, "You don't have permissions to delete files.");
682 global $auth;
687 if(!$auth)
691 if($auth->canDo('external'))
693 return $auth->trustExternal($user,$pass,false);
/plugin/groupmgr/
H A Dsyntax.php265 $users = $auth->retrieveUsers(0, 0, array());
336 if ($auth->modifyUser($name, $update)) {
/plugin/stats/
H A Dsyntax.php736 global $auth;
758 if($auth->canDo('getUserCount')) {
759 $nbUsers = $auth->getUserCount(array());
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth module.
26 $conf['auth']['mysql']['server'] = '';
27 $conf['auth']['mysql']['user'] = '';
28 $conf['auth']['mysql']['password'] = '';
29 $conf['auth']['mysql']['database'] = '';
34 $conf['auth']['mysql']['debug'] = 0;
41 $conf['auth']['mysql']['forwardClearPass'] = 0;
66 $conf['auth']['mysql']['checkPass'] = "SELECT pass
129 $conf['auth']['mysql']['SortOrder'] = "ORDER BY login";
182 $conf['auth']['mysql']['getUserID'] = "SELECT uid AS id
[all …]
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
/plugin/querychangelog/
H A Dadmin.php253 $user_list = $auth->retrieveUsers();
/plugin/freesync/
H A Dhelper.php427 $auth = auth_quickaclcheck(getNS($id).':*');
428 if($auth >= AUTH_UPLOAD) {
451 if($overwrite && $auth < AUTH_DELETE) {
/plugin/snap/
H A Dsyntax.php.ori138 …ram."&u=".urlencode($_SESSION[DOKU_COOKIE]['auth']['user'])."&phash=".urlencode($_SESSION[DOKU_COO…
/plugin/superacl/
H A Dadmin.php341 global $auth;
363 $info = $auth->getUserData($user);
/plugin/linkmanager/
H A Dfunctions.php45 function linkpage_filelist($ns,$auth=null,$jump=''){ argument
52 if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
56 if($auth < AUTH_READ){
77 linkpage_printfile($item,$auth,$jump);
97 function linkpage_printfile($item,$auth,$jump){ argument
/plugin/sympaauth/
H A DREADME5 2- copy sympa.class.php in inc/auth/ directory
H A Dadmin.php95 if (!file_exists(DOKU . '/inc/auth/sympa.class.php')) {
/plugin/chat/
H A Dreadme.txt76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code…
H A Dchat.php165 global $auth;
H A Dajax.php234 global $auth;
278 $udata = $auth->getUserData($user);

1...<<1112