Home
last modified time | relevance | path

Searched +full:acl_user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/acl/
H A Dadmin.php731 public function addOrUpdateACL($acl_scope, $acl_user, $acl_level) argument
736 $this->deleteACL($acl_scope, $acl_user);
737 $acl_user = auth_nameencode($acl_user, true);
744 $new_acl = "$acl_scope\t$acl_user\t$acl_level\n";
754 public function deleteACL($acl_scope, $acl_user) argument
757 $acl_user = auth_nameencode($acl_user, true);
759 $acl_pattern = '^' . preg_quote($acl_scope, '/') . '[ \t]+' . $acl_user . '[ \t]+[0-8].*$';
834 …echo ' <option value="__u__" class="acluser"' . $usel . '>' . $this->getLang('acl_user') . '</op…