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 path

123

/dokuwiki/
H A Dinstall.php430 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/lib/plugins/authad/
H A Daction.php29 * Adds the selected domain as user postfix when attempting a login
54 * Shows a domain selection in the login form when more than one domain is configured
H A Dauth.php118 // we need to simulate a login
/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/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php58 * Validate a user's login credentials
/dokuwiki/lib/plugins/authldap/
H A Dauth.php478 * @param string $user the user's login name
/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/plugins/authpdo/conf/
H A Ddefault.php15 * statement to select a single user identified by its login name
31 * statement to select a single user identified by its login name
87 * Update user name aka login
91 $conf['update-user-login'] = '';
H A Dmetadata.php22 $meta['update-user-login'] = array('', '_caution' => 'danger');
/dokuwiki/lib/plugins/authplain/
H A Dauth.php459 * @param string $user User login
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php55 msg('Authentication system changed. Please re-login.');
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php32 $options->registerArgument('login', 'Username', true, 'add');
155 [$login, $mail, $name, $grps, $pass] = $args;
161 $pass = auth_pwgen($login);
174 if ($auth->triggerUserMod('create', [$login, $pass, $name, $mail, $grps])) {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css6 * - login
H A Ddesign.less77 .mode_login .action.login a,
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php157 'cvs history', 'cvs import', 'cvs init', 'cvs log', 'cvs login',
273 'ln', 'loadkeys', 'loadunimap', 'locate', 'lockfile', 'login',
H A Ddcl.php63 'INSTALL', 'JAVA', 'JOB', 'LIBRARY', 'LICENSE', 'LINK', 'LOGIN', 'LOGOUT',
101 '$status', '$severity', 'sys$login', 'sys$system',
H A Djava5.php941 93 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/login/{FNAME}.html',
H A Dpostgresql.php79 'LOCATION','LOCK','LOGIN','LOOP','MAPPING','MATCH','MAXVALUE',
H A Dproftpd.php260 'LOGIN',
H A Dprogress.php330 'LOGIN-EXPIRATION-TIMESTAMP','LOGIN-HOST','LOGIN-STATE','LOG-THRESHOLD',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php18 * if (!$sftp->login('username', 'password')) {
19 * exit('Login Failed');
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...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php133 * If "notification" is set as a context parameter the message code for successful login is
134 * NET_SSH2_MSG_USERAUTH_SUCCESS. For a failed login it's NET_SSH2_MSG_USERAUTH_FAILURE.
217 if (!$this->sftp->login($user, $pass)) {
218 call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_ERR, 'Login Failure', NET_SSH2_MSG_USERAUTH_FAILURE, 0, 0);
221 call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_INFO, 'Login Success', NET_SSH2_MSG_USERAUTH_SUCCESS, 0, 0);
223 if (!$this->sftp->login($user, $pass)) {

123