/plugin/evesso/ |
H A 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 { 22 .eve-sso-login-white-large { [all …]
|
/plugin/combo/resources/snippet/style/ |
H A D | login.css | 2 .form-login { 9 .form-login .checkbox { 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 { 53 .form-login h1 { [all …]
|
/plugin/blogtng/action/ |
H A 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,
|
H A 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/ |
H A 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/ |
H A 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/ |
H A 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;
|
H A 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/blogtng/db/ |
H A 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'
|
H A 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/authsqlite/ |
H A 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}\'';
|
H A D | auth.sql | 3 login text not null, field 7 unique(login),
|
/plugin/loglog/_test/ |
H A 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/authhttp/ |
H A 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. 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 103 .+ for UNIX/passwd environments (ie. user name = login name) 104 ^[^@]+ for Kerberos environments with user@domain login names, [all …]
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 10 * uid login pass firstname lastname email 70 WHERE login='%{user}' 87 WHERE login='%{user}'"; 116 * %{user} in FilterLogin user's login name 129 $conf['auth']['mysql']['SortOrder'] = "ORDER BY login"; 139 * %{user} user's login name 160 * %{user} user's login name 192 * %{user} user's login name 215 * %{user} user's login name 222 $conf['auth']['mysql']['UpdateLogin'] = "login='%{user}'"; [all …]
|
/plugin/authgoogle/ |
H A 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/starred/db/ |
H A D | update0001.sql | 3 login, field 7 CREATE UNIQUE INDEX idx_stars_pid_login ON stars(pid, login);
|
/plugin/authvk/ |
H A 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/authwordpress/ |
H A D | auth.php | 259 $login = $row['user_login']; 262 if (isset($this->users[$login])) { 263 return $this->users[$login]; 273 'user' => $login, 280 $this->users[$login] = $info;
|
/plugin/authimap/ |
H A D | auth.php | 68 $login = "$user@$domain"; 70 $login = $user; 74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
|
/plugin/tokenbucketauth/lang/en/ |
H A D | admin_intro.txt | 4 which attempt a bruteforce attack on this wiki's login page. Depending on your 6 the login page.
|
/plugin/subconfhelper/ |
H A D | action.php | 59 $ACT = 'login'; } 104 $login = trim($auth->cleanUser($INPUT->post->str('login')));
|
/plugin/fedauth/lang/en/ |
H A D | register.txt | 3 You have been successfully authenticated with your **@PROVID@** login. Yet it 11 to associate a new login with your existing account, //you have to be already logged in//.
|
/plugin/bugzillaint/helper/ |
H A 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;
|