Home
last modified time | relevance | path

Searched refs:login (Results 1 – 25 of 208) sorted by path

123456789

/plugin/abortlogin/
H A DREADME.md2 Allow login to Dokuwiki from known IP's only
H A Dplugin.info.txt6 desc prevents attempt to login from non-accepted ips
/plugin/actionlink/
H A Dsyntax.php126 case 'login':
133 $renderer->doc .=$this->tpll_link(wl($ID,'do=login'),$title,'class="action logout"');
/plugin/adfs/
H A Dauth.php58 $url = $this->saml->login(
/plugin/adfs/phpsaml/
H A DCHANGELOG159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
187 * login, logout and processSLO now return ->redirectTo instead of just call it.
240 * Added extra parameters option to login and logout methods.
H A DREADME.md55 can’t be tricked into entering it on a fake login page.
662 $auth->login(); // Method that sent the AuthNRequest
676 $auth->login($newTargetUrl);
679 The login method can receive other six optional parameters:
691 $ssoBuiltUrl = $auth->login(null, array(), false, false, true);
1103 $auth->login();
1106 $auth->login($returnTo);
1197 $auth->login();
1316 * `login` - Initiates the SSO process.
1548 1. First time you access to `index.php` view, you can select to login and return
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php503 …public function login($returnTo = null, $parameters = array(), $forceAuthn = false, $isPassive = f… function in OneLogin_Saml2_Auth
/plugin/approve/
H A Dadmin.php144 foreach($auth->retrieveUsers() as $login => $data) {
145 echo '<option value="' . hsc($login) . '">' . hsc($data['name']) . '</option>';
/plugin/authdiscourse/
H A Dauth.php59 $login = $_SESSION['authdiscourse_login'];
61 $USERINFO['name'] = $login['name'];
62 $USERINFO['mail'] = $login['email'];
63 $groups = explode(',', $login['groups']);
65 if ($login['admin'] == 'true') $groups[] = 'admin';
66 if ($login['moderator'] == 'true') $groups[] = 'moderator';
69 $_SERVER['REMOTE_USER'] = $login['username'];
70 $_SESSION[DOKU_COOKIE]['auth']['user'] = $login['username'];
/plugin/authdrupal7/
H A DREADME.md5 …l website and want to give your drupal users access to a dokuwiki using the same login credentials.
6 …o host a dokuwiki running on the same server. I don't want to adminstrate double login credentials.
/plugin/authdrupal8/
H A DREADME.md4 This plugin might be useful if you are running a drupal website and want to give your drupal users access to a dokuwiki using the same login credentials.
H A Dpassword.inc259 * This is typically called during the login process when the plain text
/plugin/authfacebook/
H A DREADME1 A Dokuwiki auth plugin for login via Facebook
H A Dplugin.info.txt5 name Facebook login
/plugin/authgoogle/
H A Dauth.php148 $login = 'google'.$user['id'];
149 $udata = $this->getUserData($login);
155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
156 $udata = $this->getUserData($login);
159 $this->modifyUser($login, array('name'=>$user['name'], 'email'=>$email));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DApiConfigHandler.php29 public $login; variable in Google\\Service\\Appengine\\ApiConfigHandler
60 public function setLogin($login) argument
62 $this->login = $login;
69 return $this->login;
H A DUrlMap.php31 public $login; variable in Google\\Service\\Appengine\\UrlMap
80 public function setLogin($login) argument
82 $this->login = $login;
89 return $this->login;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php233 if (!$this->sftp->login($user, $pass)) {
239 if (!$this->sftp->login($user, $pass)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2242 public function login($username, ...$args) function in phpseclib3\\Net\\SSH2
3365 $result = $this->login(...$auth);
/plugin/authhttp/
H A DREADME13 This auth plugin is for you if you don't want your users to have to login
14 through the login form all the time when you have instead already configured
21 supplied those through the login form. It will perform authentication using
27 login name", "change password", "add user", "edit user", "delete user"
35 change his login name, delete him or add him with a different login name.
61 - the user's real name: authhttp will simply return the user's login name here.
63 domain part to the user's login name. This will generate email addresses that
67 "defaultgroup". Users whose login names are listed in "specialusers" will
80 the HTTP authentication username. Also, the login for
[all...]
/plugin/authimap/
H A Dauth.php68 $login = "$user@$domain";
70 $login = $user;
74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/authimap2/
H A Dauth.php82 $login = "$user@$domain";
84 $login = $user;
88 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/authldaplocal/
H A DREADME.md40 The backend will try to authenticate every login against the configured LDAP server. In addition it…
/plugin/authlinotp/
H A DREADME.md19 Now you can login with the tokens enrolled in privacyIDEA for the users.
/plugin/authloginapi/
H A DREADME.md3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo…

123456789