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 last modified time

123

/dokuwiki/inc/Action/
H A DResendpwd.php43 throw new ActionAbort('login');
142 if (!$INPUT->post->str('login')) {
146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
165 'LOGIN' => $user,
H A DLogout.php48 // do the logout stuff and redirect to login
50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
53 throw new ActionException('login');
H A DRegister.php42 throw new ActionAbort('login');
/dokuwiki/inc/
H A Dconfutils.php393 $disabled[] = 'login';
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
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less77 .mode_login .action.login a,
/dokuwiki/inc/Menu/Item/
H A DLogin.php6 * Class Login
8 * Show a login or logout item, based on the current state
10 class Login extends AbstractItem class
18 $this->svg = DOKU_INC . 'lib/images/menu/login.svg';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php18 * if (!$sftp->login('username', 'password')) {
19 * exit('Login Failed');
/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)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php18 * if (!$ssh->login('username', $agent)) {
19 * exit('Login Failed');
/dokuwiki/conf/
H A Ddokuwiki.php40 $conf['showuseras'] = 'loginname'; // 'loginname' users login name
63 $conf['rememberme'] = 1; //Enable/disable remember me on login
/dokuwiki/lib/plugins/authldap/
H A Dauth.php478 * @param string $user the user's login name
/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/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',
/dokuwiki/lib/plugins/authplain/
H A Dauth.php459 * @param string $user User login
/dokuwiki/
H A Dinstall.php430 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/inc/Ui/
H A DLogin.php10 * DokuWiki User Login Interface (Login Form)
14 class Login extends Ui
19 * Login Ui constructor
29 * Display the Login Form Panel
43 echo p_locale_xhtml('login');
46 // create the login form
51 $form->setHiddenField('do', 'login');
79 echo $form->toHTML('Login');
12 class Login extends Ui global() class
/dokuwiki/inc/Extension/
H A DAuthPlugin.php26 'modLogin' => false, // can login names be changed?
178 * from the login form and the given credentials might
381 * When your backend is caseinsensitive (eg. you can login with USER and
/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
/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

123