Home
last modified time | relevance | path

Searched +full:login -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 51) sorted by relevance

123

/dokuwiki/inc/
H A Ddeprecated.php529 * @param string $login login name of the new user
536 public function send_register($login, $fullname, $email) {
539 return $subscriptionSender->sendRegister($login, $fullname, $email);
534 send_register($login, $fullname, $email) global() argument
H A Dhtml.php20 use dokuwiki\Ui\Login;
67 dbg_deprecated(Login::class . '::show()');
68 (new Login($svg))->show();
17 use dokuwiki\Ui\Login; global() alias
H A Dconfutils.php393 $disabled[] = 'login';
H A Dinfoutils.php57 // or it looks like one of our messages, not WiFi login or other interposed response
H A Dtemplate.php1023 case 'login':
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php18 * if (!$ssh->login('username', $agent)) {
19 * exit('Login Failed');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php14 * if (!$ssh->login('username', 'password')) {
15 * exit('Login Failed');
30 * if (!$ssh->login('username', $key)) {
31 * exit('Login Failed');
1125 * @see self::login()
2208 * Login
2217 public function login($username, ...$args)
2237 * Login Helper function in phpseclib\\Net\\SSH2
2257 throw new \UnexpectedValueException('A PublicKey object was passed to the login method instead of a PrivateKey object');
2330 * Login Helpe
[all...]
H A DSFTP.php18 * if (!$sftp->login('username', 'password')) {
19 * exit('Login Failed');
/dokuwiki/inc/Ui/
H A DUserProfile.php87 $input = $form->addTextInput('login', $lang['user'])
/dokuwiki/conf/
H A Ddokuwiki.php40 $conf['showuseras'] = 'loginname'; // 'loginname' users login name
63 $conf['rememberme'] = 1; //Enable/disable remember me on login
/dokuwiki/inc/Remote/
H A DApiCore.php41 'core.login' => (new ApiCall([$this, 'login'], 'user'))->setPublic(),
123 * Login
125 * This will use the given credentials and attempt to login the user. This will set the
132 * @return int If the login was successful
134 public function login($user, $pass)
143 @session_start(); // reopen session for login
1033 public function login($user, $pass) global() function in dokuwiki\\Remote\\ApiCore
H A DApi.php26 * 'public' => 1/0 - method bypass default group check (used by login)
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php72 // can login names be changed?
74 ['select-user', 'select-user-groups', 'update-user-login']
270 $ok = $this->query($this->getConf('update-user-login'), $params);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less77 .mode_login .action.login a,
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php647 throw new adLDAPException('Bind to Active Directory failed. Either the LDAPs connection failed or the login credentials are incorrect. AD said: ' . $this->getLastError());
650 throw new adLDAPException('Bind to Active Directory failed. Check the login credentials and/or server details. AD said: ' . $this->getLastError());
685 * Validate a user's login credentials
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dproftpd.php260 'LOGIN',
H A Dprogress.php330 'LOGIN-EXPIRATION-TIMESTAMP','LOGIN-HOST','LOGIN-STATE','LOG-THRESHOLD',
H A Dpostgresql.php79 'LOCATION','LOCK','LOGIN','LOOP','MAPPING','MATCH','MAXVALUE',
H A Dbash.php157 'cvs history', 'cvs import', 'cvs init', 'cvs log', 'cvs login',
273 'ln', 'loadkeys', 'loadunimap', 'locate', 'lockfile', 'login',
/dokuwiki/lib/plugins/authplain/
H A Dauth.php459 * @param string $user User login
/dokuwiki/lib/plugins/authldap/
H A Dauth.php478 * @param string $user the user's login name
/dokuwiki/
H A Dinstall.php430 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php58 * Validate a user's login credentials
/dokuwiki/lib/plugins/authad/
H A Dauth.php118 // we need to simulate a login

123