| /plugin/evesso/ |
| D | style.css | 1 .eve-sso-login-black-small, 2 .eve-sso-login-white-small, 3 .eve-sso-login-black-large, 4 .eve-sso-login-white-large { 9 .eve-sso-login-black-large, 10 .eve-sso-login-white-large { 14 .eve-sso-login-black-small, 15 .eve-sso-login-white-small { 19 .eve-sso-login-black-large { 20 background-image: url('images/eve-sso-login-black-large.png'); [all …]
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | login.css | 2 .form-login { 9 .form-login .checkbox { 13 .form-login .form-floating:focus-within { 17 .form-login input[type="text"] { 23 .form-login button { 29 .form-login input[type="password"] { 35 .form-login .rememberMe { 39 .form-login .logo { 43 .form-login .register { 48 .form-login .resendpwd { [all …]
|
| /plugin/blogtng/action/ |
| D | pagedata.php | 48 $login = $this->entryhelper->entry['login']; 49 if(!$login) $login = $data['current']['user']; 50 if(!$login) $login = $INPUT->server->str('REMOTE_USER'); 53 if($login){ 55 $userdata = $auth->getUserData($login); 71 'login' => $login, 72 'author' => $userdata ? $userdata['name'] : $login,
|
| D | edit.php | 386 $login = $this->entryhelper->entry['login']; 387 if(!$login) $login = p_get_metadata($ID, 'user'); 388 if(!$login) $login = $INPUT->server->str('REMOTE_USER'); 391 if($login) { 393 $userdata = $auth->getUserData($login); 408 'login' => $login, 409 'author' => ($userdata) ? $userdata['name'] : $login,
|
| /plugin/unblink/ |
| D | syntax.php | 40 list($login,$title) = explode('|',$match,2); 51 $R->cdata($title?$title:$login); 56 $uinfo = $auth->getUserData($login); 60 $R->cdata($title?$title:$login); 68 $title = $login; 71 if(!$title) $title = $login; 85 if($uinfo['name'] != $login) $R->doc .= '<i>'.hsc($login).'</i><br />';
|
| /plugin/authdiscourse/ |
| D | auth.php | 59 $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/authgooglesheets/vendor/google/apiclient-services/src/Appengine/ |
| D | ApiConfigHandler.php | 29 public $login; variable in Google\\Service\\Appengine\\ApiConfigHandler 60 public function setLogin($login) argument 62 $this->login = $login; 69 return $this->login;
|
| D | UrlMap.php | 31 public $login; variable in Google\\Service\\Appengine\\UrlMap 80 public function setLogin($login) argument 82 $this->login = $login; 89 return $this->login;
|
| /plugin/bez/meta/ |
| H A D | Tpl.php | 62 public function user_name($login=false) { argument 63 if (!$login) { 64 $login = $this->current_user(); 66 $name = $this->action->get_model()->userFactory->get_user_full_name($login); 68 return $login; 73 public function user_email($login=false) { argument 74 if (!$login) { 75 $login = $this->current_user(); 77 return $this->action->get_model()->userFactory->get_user_email($login);
|
| /plugin/authsqlite/ |
| D | README.md | 22 WHERE u.login=\'%{user}\' 26 FROM user WHERE login=\'%{user}\''; 31 AND g.gid = ug.gid AND u.login=\'%{user}\''; 33 'SELECT DISTINCT u.login AS user FROM user AS u 36 $conf['plugin']['authsqlite']['FilterLogin'] = 'u.login LIKE \'%{user}\''; 40 $conf['plugin']['authsqlite']['SortOrder'] = 'ORDER BY u.login'; 42 'INSERT INTO user (login, pass, email, fullname) 50 'SELECT uid AS id FROM user WHERE login=\'%{user}\''; 54 $conf['plugin']['authsqlite']['UpdateLogin'] = 'login=\'%{user}\'';
|
| D | auth.sql | 3 login text not null, field 7 unique(login),
|
| /plugin/blogtng/db/ |
| D | update0005.sql | 11 login, field 15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail 29 login, field 39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
|
| D | update0004.sql | 53 login, field 57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email 71 login, field 81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
|
| /plugin/authhttp/ |
| D | README | 13 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 form should be hidden 81 because there is not much sense in offering a form-based login when HTTP [all …]
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | mysql.conf.php.example | 10 * uid login pass firstname lastname email 70 WHERE login='%{user}' 87 WHERE login='%{user}'"; 101 AND u.login='%{user}'"; 107 /* This statement should return a table containing all user login names 113 * The login name will be accessed as 'user' to a alias might be neseccary. 116 * %{user} in FilterLogin user's login name 121 $conf['auth']['mysql']['getUsers'] = "SELECT DISTINCT login AS user 125 $conf['auth']['mysql']['FilterLogin'] = "login LIKE '%{user}'"; 129 $conf['auth']['mysql']['SortOrder'] = "ORDER BY login"; [all …]
|
| /plugin/loglog/_test/ |
| D | loglog.log | 1 1598914860 2020/09/01 01:01 127.0.0.1 admin failed login attempt 11 1604459040 2020/11/04 04:04 127.0.0.1 fakeuser failed login attempt 12 1604549100 2020/11/05 05:05 127.0.0.1 fakeuser failed login attempt
|
| /plugin/authgoogle/ |
| D | auth.php | 148 $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/authvk/ |
| D | auth.php | 58 $login = $collection->findOne(array('name' => $user)); 59 if ($login == null) return false; 61 if ($login['password'] != sha1($login['_id'] . $pass)) { 66 $USERINFO['name'] = $login['name']; 67 $USERINFO['mail'] = $login['email']; 68 $USERINFO['grps'] = $login['name'] == 'Admin' ? array('admin','user'): array( 'user'); 70 $_SERVER['REMOTE_USER'] = $login['name'];
|
| /plugin/starred/db/ |
| D | update0001.sql | 3 login, field 7 CREATE UNIQUE INDEX idx_stars_pid_login ON stars(pid, login);
|
| /plugin/authimap/ |
| D | auth.php | 68 $login = "$user@$domain"; 70 $login = $user; 74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
|
| /plugin/authwordpress/ |
| H A D | auth.php | 299 $login = $row['user_login']; 302 if (isset($this->users[$login])) { 303 return $this->users[$login]; 313 'user' => $login, 320 $this->users[$login] = $info;
|
| /plugin/struct/types/ |
| H A D | User.php | 89 foreach ($logins as $login => $info) { 90 $result["$login "] = $info; 104 foreach ($logins as $login => $info) { 105 $true_login = substr($login, 0, -1);
|
| /plugin/bugzillaint/helper/ |
| D | bugzillaclient.php | 15 private $login; variable in helper_plugin_bugzillaint_bugzillaclient 22 public function setCredentials( $login, $password ) { argument 23 $this->login = $login; 336 if ( !!$this->login && !!$this->password ) { 337 $params["Bugzilla_login"] = $this->login;
|
| /plugin/securelogin/ |
| D | README.md | 5 …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: 44 …login 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
|
| /plugin/tokenbucketauth/lang/en/ |
| D | admin_intro.txt | 4 which attempt a bruteforce attack on this wiki's login page. Depending on your 6 the login page.
|