Home
last modified time | relevance | path

Searched refs:login (Results 26 – 50 of 208) sorted by relevance

123456789

/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/forcessllogin/
H A Daction.php36 if( $ACT == 'denied' && in_array( 'login', $acts )){ $intercept = true; }
48 $ACT = 'login';
/plugin/userspagecreate/
H A Daction.php71 if ($event->data=='login' and isset($MSG)) {
83 $_SERVER['REMOTE_USER']=$_POST['login'];
/plugin/youtrack/
H A Dhelper.php157 function login() { function in helper_plugin_youtrack
201 $this->login();
214 $this->login();
/plugin/tokenbucketauth/
H A DREADME6 An IP address failing too many times to authenticate will be banned from the login form a configura…
19 Bugfix: No more email when a banned user is already banned and want to see again the login form
20 Bugfix: Now a user is banned for his/her failed attempts, not for his/her viewing the login page
/plugin/struct/types/
H A DUser.php83 // find users by login, fill up with names if wanted
89 foreach ($logins as $login => $info) {
90 $result["$login "] = $info;
104 foreach ($logins as $login => $info) {
105 $true_login = substr($login, 0, -1);
/plugin/showlogin2/
H A DREADME.md5 This plugin shows the login dialog if you try to access a page you do not have rights for in case y…
7 … Geisen (http://www.dokuwiki.org/plugin:showlogin). This plugin shows the login dialog instead of …
/plugin/recommend/
H A Daction.php112 foreach ($logins as $login => $info) {
114 'label' => $info['name'] . ' [' . $login . ']',
115 'value' => $login
/plugin/actionlink/
H A Dsyntax.php126 case 'login':
133 $renderer->doc .=$this->tpll_link(wl($ID,'do=login'),$title,'class="action logout"');
/plugin/approve/
H A Dadmin.php144 foreach($auth->retrieveUsers() as $login => $data) {
145 echo '<option value="' . hsc($login) . '">' . hsc($data['name']) . '</option>';
/plugin/openid/
H A Daction.php542 foreach ($associations as $id => $login) {
543 $cfg .= '$openid_associations["' . addslashes($id) . '"] = "' . addslashes($login) . '"' . ";\n";
564 foreach ((array)$openid_associations as $openid => $login) {
565 if ($username == $login) {
566 $user_openid_associations[$openid] = $login;
H A Dstyle.css3 background: url(login-bg.gif) left center no-repeat;
/plugin/givemeyouremail/
H A Dsyntax.php145 …$renderer->doc .= $this->_givemeyouremailForm($c, $dID, $givemeyouremail, $options, $login, $singl…
194 function _givemeyouremailForm($n, $dID, $givemeyouremail, $options, $login, $single){ argument
/plugin/authnc/
H A DREADME.md15 * ~The login form throws a `failure 998` invalid syntax, see [this](https://www.freedesktop.org/wik…
19 * [x] Only allow login for enabled users
20 * allow only specific groups to login
/plugin/evesso/
H A DREADME.md51 #### Disable login with email (Optional)
65 1. Logout and login with your EveSSO admin account
67 1. go to `Evesso` > `singleService` and select `EVESSO (user menu)` or `EVESSO (login page)`
82 …oups starting with those prefixes when using this plugin. They will be deleted when the user login.
/plugin/diagramsnet/lib/WEB-INF/
H A Dgithub_auth_url1 https://github.com/login/oauth/access_token
/plugin/twofactor/lang/en/
H A Dlogin.txt3 Please provide your second factor data below to complete your login.
/plugin/loginredirect/
H A DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/showlogin/
H A DREADME.md4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
/plugin/loglog/lang/en/
H A Dreport.txt6 * failed login attempts: @@auth_fail@@
/plugin/fblogin/
H A DREADME1 Facebook auth login plugin
/plugin/logindelay/
H A Dplugin.info.txt6 desc Delay login after failed attempts
/plugin/openid/lang/en/
H A Dintro.txt4 Just enter your OpenID identifier (a URL) into the login field.
/plugin/openid/lang/pt-br/
H A Dintro.txt4 Entre com o identificador de sua OpenID (URL) no campo de login.

123456789