Home
last modified time | relevance | path

Searched refs:username (Results 151 – 175 of 248) sorted by relevance

12345678910

/plugin/logger/
H A Dplugin.info.txt6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php353 $username = $this->input('username');
354 return $_ENV['pm']->update_blackls($this->user['uid'], $username, 1);
360 $username = $this->input('username');
361 return $_ENV['pm']->update_blackls($this->user['uid'], $username, 2);
/plugin/unameban/lang/en/
H A Dbanned.txt3 Your username is currently not allowed to access this wiki. This may be
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
32 -username='xxxxxxxx',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php85 * A Simple Bind to LDAP with a username and password.
87 * @param string $username
92 public function bind(string $username, string $password): LdapMessageResponse
94 return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['version']));
100 * @param array $options The SASL options (ie. ['username' => '...', 'password' => '...'])
89 bind(string $username, string $password) global() argument
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php760 function update_blackls($uid, $username, $action = 1) { argument
761 $username = !is_array($username) ? array($username) : $username;
763 if(!in_array('{ALL}', $username)) {
764 $usernames = $this->base->implode($username);
795 if(in_array($v, $username)) {
/plugin/authremoteuser/
H A DREADME.md26 1. Enable an authentication system which sets (domain and) username in an
46 2. Determine your username:
57 username in `_SERVER[...]` whereby `...` is the variable name of your
/plugin/autlogin/
H A Dadmin.php126 if(!empty($_REQUEST['username'])){
127 $username=$_REQUEST['username'];
247 $username=$_REQUEST['username'];
949 global $username;
982 if(isset($username)){
983 $crit=$this->_find_visit($username);
985 $username.="2";
988 if(!isset($username))
991 $concr_alias = $username;
/plugin/groupadmin/
H A Dadmin.php223 function _modifyUser($username, $newgrps) { argument
226 $this->_auth->triggerUserMod('modify', array($username, $changes));
/plugin/autotweet/
H A Dtwitteroauth.php131 function getXAuthToken($username, $password) { argument
133 $parameters['x_auth_username'] = $username;
/plugin/const/
H A Daction.php60 $username=isset($_SERVER['REMOTE_USER'])?$_SERVER['REMOTE_USER']:"anonymous";
79 $item[1] = $username;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSaslBindRequest.php52 $this->username = '';
/plugin/webdavclient/db/
H A Dupdate0001.sql7 username text, field
/plugin/acknowledge/lang/en/
H A Dassign.txt11 Assignes are defined either by username or ''@'' prefixed group name. Multiple assignees are separated by commas '',''.
/plugin/authdrupal8/
H A DREADME.md50 * administrator: add a administrator group (with @) or username that matches one of your drupal8 administrator roles
51 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/openid/
H A Daction.php549 function get_associations($username = null) argument
562 if (!empty($username)) {
565 if ($username == $login) {
/plugin/userimportextended/lang/en/
H A Dintro.txt10 Each successfully imported user will receive an email with their username and password.
/plugin/chat/
H A Dlocal.php.dist7 $conf['chat']['namerequired'] = false; // must provide a username
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php82 * A simple username/password bind. It should simply return true or false for whether the username and password is
88 public function bind(string $username, string $password): bool;
87 bind(string $username, string $password) global() argument
H A DGenericRequestHandler.php44 public function bind(string $username, string $password): bool
43 bind(string $username, string $password) global() argument
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 _a=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._open…
387 xr.open(this.method,this.url,true,this.username,this.password);
/plugin/statistics/inc/
H A DBrowscap.php403 * @param string $username Username (when requiring authentication)
408 public function addProxySettings($server, $port = 3128, $wrapper = 'http', $username = null, $password = null) argument
416 if (isset($username) && isset($password)) {
417 $settings[$wrapper]['header'] = 'Proxy-Authorization: Basic '.base64_encode($username.':'.$password);
/plugin/hipchat/
H A Daction.php55 $username = $INFO['client'];
/plugin/webdavclient/
H A Dhelper.php406 * @param string $username The username for logging in
417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync… argument
424 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
433 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
530 * @param string $username The username for login
535 public function queryServer($uri, $username, $password) argument
563 $conn['username'] = $username;
/plugin/sfauth/
H A DREADME.wiki59 As username the plug-in will use the e-mail address provided by sales force.
61 nice names. To provide a unique username this feature is limited to one host.

12345678910