Home
last modified time | relevance | path

Searched refs:username (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPUsers.php60 * @param string $username A user's AD username
65 public function authenticate($username, $password, $preventRebind = false) { argument
66 return $this->adldap->authenticate($username, $password, $preventRebind);
167 * @param string $username The username to delete (please be careful here!)
171 public function delete($username, $isGUID = false) argument
173 $userinfo = $this->info($username, array("*"), $isGUID);
185 * @param string $username The username to query
190 public function groups($username, $recursive = NULL, $isGUID = false) argument
192 if ($username === NULL) { return false; }
197 $info = @$this->info($username, array("memberof", "primarygroupid"), $isGUID);
[all …]
DadLDAPExchange.php57 * @param string $username The username of the user to add the Exchange account to
67 …public function createMailbox($username, $storageGroup, $emailAddress, $mailNickname=NULL, $useDef… argument
69 if ($username === NULL){ return "Missing compulsory field [username]"; }
81 $mailNickname = $username;
91 $result = $this->adldap->user()->modify($username, $attributes, $isGUID);
103 * @param string $username The username of the user to add the X400 to to
113 …public function addX400($username, $country, $admd, $pdmd, $org, $surname, $givenName, $isGUID=fal… argument
115 if ($username === NULL){ return "Missing compulsory field [username]"; }
120 $user = $this->adldap->user()->info($username, array("cn","proxyaddresses"), $isGUID);
146 * @param string $username The username of the user to add the Exchange account to
[all …]
/dokuwiki/inc/lang/id/
Dupdateprofile.txt3 Anda hanya perlu mengisikan field yang ingin Anda ubah. Anda tidak dapat mengubah username Anda.
/dokuwiki/lib/plugins/authpdo/_test/mysql/
Dfluxbb.sql80 `username` varchar(200) NOT NULL DEFAULT '',
121 UNIQUE KEY `fluy_users_username_idx` (`username`(25)),
129 INSERT INTO `fluy_users` (`id`, `group_id`, `username`, `password`, `email`, `title`, `realname`, `…
Dmybb.sql186 `username` varchar(120) NOT NULL DEFAULT '',
275 INSERT INTO `mybb_users` (`uid`, `username`, `password`, `salt`, `loginkey`, `email`, `postnum`, `t…
290 ADD UNIQUE KEY `username` (`username`),
/dokuwiki/bin/
Ddwpage.php18 protected $username = ''; variable in PageCLI
157 $this->username = $options->getOpt('user', $this->getUser());
285 $_SERVER['REMOTE_USER'] = $this->username;
310 $_SERVER['REMOTE_USER'] = $this->username;
/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php687 * @param string $username A user's AD username
692 public function authenticate($username, $password, $preventRebind = false) { argument
694 if ($username === NULL || $password === NULL) { return false; }
695 if (empty($username) || empty($password)) { return false; }
698 …if ($this->useSSO && $_SERVER['REMOTE_USER'] && $_SERVER['REMOTE_USER'] == $username && $this->adm…
711 … $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
Ddjango.sql145 username character varying(30) NOT NULL, field
692 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
693 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
694 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
695 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
696 INSERT INTO auth_user (id, password, last_login, is_superuser, username, first_name, last_name, ema…
977 ADD CONSTRAINT auth_user_username_key UNIQUE (username);
1136 CREATE INDEX auth_user_username_6821ab7c_like ON auth_user USING btree (username varchar_pattern_op…
/dokuwiki/inc/
Dcommon.php1606 * @param string|null $username or null when currently logged-in user should be used
1612 function editorinfo($username, $textonly = false) argument
1614 return userlink($username, $textonly);
1620 * @param string|null $username or null when currently logged-in user should be used
1626 function userlink($username = null, $textonly = false) argument
1636 'username' => $username, // the unique user name
1652 if ($username === null) {
1653 $data['username'] = $username = $INPUT->server->str('REMOTE_USER');
1666 $info = $auth->getUserData($username);
1690 $info = $auth->getUserData($username);
[all …]
/dokuwiki/lib/plugins/usermanager/
Dcli.php124 foreach ($list as $username => $user) {
125 $content = [$username];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php2260 * @param string $username
2265 public function login($username, ...$args) argument
2274 if ($this->sublogin($username)) {
2281 return $this->sublogin($username, ...$args);
2287 * @param string $username
2292 protected function sublogin($username, ...$args) argument
2299 return $this->login_helper($username);
2369 if ($this->login_helper($username, $arg)) {
2384 * @param string $username
2390 private function login_helper($username, $password = null) argument
[all …]
/dokuwiki/lib/scripts/jquery/
Djquery.min.js2 …urn{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhr…