Home
last modified time | relevance | path

Searched refs:login (Results 126 – 150 of 208) sorted by last modified time

123456789

/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/codemirror/dist/modes/
H A Dperl.min.js.map1 …getpwnam :1, // - get passwd record given user login name\n …
H A Dsql.min.js.map1 …e limit list listen load local localtime localtimestamp location lock log login mapping master mat…
/plugin/cli/
H A Dcli-examples.txt353 console(config)#aaa authentication login networkList line
356 console(config-line)#login authentication networkList
384 console(config)#aaa authentication login networkList line
387 console(config-line)#login authentication networkList
/plugin/legalnotice/
H A Dplugin.info.txt6 desc adds a legal (or other) notice below the login form
/plugin/abortlogin/
H A Dplugin.info.txt6 desc prevents attempt to login from non-accepted ips
H A DREADME.md2 Allow login to Dokuwiki from known IP's only
/plugin/forcessllogin/
H A Daction.php36 if( $ACT == 'denied' && in_array( 'login', $acts )){ $intercept = true; }
48 $ACT = 'login';
/plugin/securelogin/
H A DREADME.md5 …n/) on the client browser (before it leaves your computer) to encrypt the login password with the …
9 …to be entered, it is automagically encrypted by this plugin, be it on the login, profile, or admin…
17 And instead has the login/profile/admin page submit the password as:
44login page with this plugin, the CAPTCHA will not be processed. ie, the user can enter whatever, a…
46 A wrong password will still fail. And Securelogin will still encrypt the password. The login will j…
51 - Once installed, go the Admin page and select "Secure login configuration".
76 do:login
88 do:login
H A DTODO6 - would need the login boxes be hidden if javascript is not enabled.
7 - probably have to hook into the login function and remove the html for the boxes, then add them ba…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64login|xdmp:user|xdmp:url-encode|xdmp:url-decode|xdmp:uri-is-file|xdmp:uri-format|xdmp:uri-content-…
/plugin/authimap/
H A Dauth.php68 $login = "$user@$domain";
70 $login = $user;
74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …F7D6"}.mdi-locker-multiple::before{content:"\F7D7"}.mdi-login::before{content:"\F342"}.mdi-login-v…
/plugin/userspagecreate/
H A Daction.php71 if ($event->data=='login' and isset($MSG)) {
83 $_SERVER['REMOTE_USER']=$_POST['login'];
/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/showpageafterlogin/
H A DREADME3 Redirects the user to a configureable page after login.
H A Dplugin.info.txt6 desc Redirects the user to a configureable page after login
/plugin/authsmartcard/
H A DREADME.md42 …ep, you'll need to edit your main wiki login page (YOUR_DOKUWIKI_INSTALLATION/inc/lang/YOUR_CHOSEN…
/plugin/authsaml/
H A Daction.php86 $this->saml->login($username);
H A Dauth.php77 $this->saml->login($username);
H A Dsaml.php164 function login($username) function in saml_handler
/plugin/authfacebook/
H A DREADME1 A Dokuwiki auth plugin for login via Facebook
H A Dplugin.info.txt5 name Facebook login
/plugin/actionlink/
H A Dsyntax.php126 case 'login':
133 $renderer->doc .=$this->tpll_link(wl($ID,'do=login'),$title,'class="action logout"');
/plugin/authsplit/
H A DREADME15 - a PRIMARY auth plugin that will be used for VALIDATION of login names and
53 - checkPass(): this is DokuWiki's method that validates login names and
55 validates both login name and password successfully. If a user is not known
73 be known there by the same login name, too. If not, behaviour depends on the
127 - for login names, real names and email addresses, authsplit will try to
154 restrictions on login names.
189 - login names and passwords would come from authplain, ie. stored in the
222 validate login names and passwords. An example candidate is my authhttp

123456789