Home
last modified time | relevance | path

Searched refs:email (Results 76 – 100 of 1609) sorted by path

12345678910>>...65

/plugin/authenvvars/
H A Dplugin.info.txt3 email christian@lehrer-hoffmann.de
/plugin/authfacebook/
H A Dplugin.info.txt3 email leo.zachl@gmail.com
/plugin/authg2fa/
H A Dplugin.info.txt3 email dev@aboehler.at
/plugin/authgoogle/
H A Dauth.php129 $email = filter_var($user['email'], FILTER_SANITIZE_EMAIL);
135 msg('Auth Google Error: '.$email.' not verifed in google account');
141 if (!$this->_check_email_domain($email)) {
142 msg('Auth Google Error: access denied for '.$email);
155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
157 } elseif ($udata['name'] != $user['name'] || $udata['email'] != $email) {
159 $this->modifyUser($login, array('name'=>$user['name'], 'email'=>$email));
165 $USERINFO['mail'] = $email;
192 function _check_email_domain($email) { argument
201 if ($email == $domain) return true;
[all …]
H A Dplugin.info.txt3 email sentryperm@gmail.com
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php173 public $email; variable in Google_ActivityActor
187 public function setEmail( $email) { argument
188 $this->email = $email;
191 return $this->email;
H A DGoogle_CalendarService.php1390 public $email; variable in Google_EventAttendee
1415 public function setEmail( $email) { argument
1416 $this->email = $email;
1419 return $this->email;
1461 public $email; variable in Google_EventCreator
1470 public function setEmail( $email) { argument
1471 $this->email = $email;
1474 return $this->email;
1592 public $email; variable in Google_EventOrganizer
1602 $this->email = $email;
[all …]
H A DGoogle_CivicInfoService.php252 public $email; variable in Google_Candidate
271 public function setEmail( $email) { argument
272 $this->email = $email;
275 return $this->email;
H A DGoogle_ComputeService.php4096 public $email; variable in Google_ServiceAccount
4098 public function setEmail( $email) { argument
4099 $this->email = $email;
4102 return $this->email;
H A DGoogle_DfareportingService.php1061 public $email; variable in Google_Recipient
1069 public function setEmail( $email) { argument
1070 $this->email = $email;
1073 return $this->email;
H A DGoogle_DirectoryService.php1179 public $email; variable in Google_Group
1203 public function setEmail($email) { argument
1204 $this->email = $email;
1207 return $this->email;
1264 public $email; variable in Google_Member
1269 public function setEmail($email) { argument
1270 $this->email = $email;
1273 return $this->email;
1333 public $email; variable in Google_MobileDevice
1360 $this->email = $email;
[all …]
H A DGoogle_GroupssettingsService.php124 public $email; variable in Google_Groups
185 public function setEmail( $email) { argument
186 $this->email = $email;
189 return $this->email;
H A DGoogle_Oauth2Service.php124 public $email; variable in Google_Tokeninfo
142 public function setEmail( $email) { argument
143 $this->email = $email;
146 return $this->email;
182 public $email; variable in Google_Userinfo
200 public function setEmail( $email) { argument
201 $this->email = $email;
204 return $this->email;
H A DGoogle_ReportsService.php243 public $email; variable in Google_ActivityActor
252 public function setEmail( $email) { argument
253 $this->email = $email;
256 return $this->email;
H A DGoogle_StorageService.php976 public $email; variable in Google_BucketAccessControl
996 public function setEmail( $email) { argument
997 $this->email = $email;
1000 return $this->email;
1397 public $email; variable in Google_ObjectAccessControl
1419 public function setEmail( $email) { argument
1420 $this->email = $email;
1423 return $this->email;
/plugin/authgoogle2fa/
H A Dplugin.info.txt3 email dan@danpopp.net
/plugin/authgooglesheets/
H A Dcomposer.lock45 "email": "neuman+pear@twilio.com",
50 "email": "anant@php.net",
289 "email": "mtdowling@gmail.com",
454 "email": "gmponos@gmail.com",
643 "email": "steve@tobtu.com",
664 "email": "info@paragonie.com",
714 "email": "info@paragonie.com",
769 "email": "pm@datasphere.ch",
774 "email": "bantu@phpbb.com",
1160 "email": "p@tchwork.com"
[all …]
H A Dplugin.info.txt3 email dokuwiki@cosmocode.de
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DContactInformation.php22 public $email; variable in Google\\Service\\AdExchangeBuyer\\ContactInformation
25 public function setEmail($email) argument
27 $this->email = $email;
31 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DClientUser.php29 public $email; variable in Google\\Service\\AdExchangeBuyerII\\ClientUser
56 public function setEmail($email) argument
58 $this->email = $email;
65 return $this->email;
H A DClientUserInvitation.php29 public $email; variable in Google\\Service\\AdExchangeBuyerII\\ClientUserInvitation
52 public function setEmail($email) argument
54 $this->email = $email;
61 return $this->email;
H A DContactInformation.php25 public $email; variable in Google\\Service\\AdExchangeBuyerII\\ContactInformation
34 public function setEmail($email) argument
36 $this->email = $email;
43 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAccountWarning.php25 public $email; variable in Google\\Service\\AlertCenter\\AccountWarning
32 public function setEmail($email) argument
34 $this->email = $email;
41 return $this->email;
H A DAlertFeedback.php37 public $email; variable in Google\\Service\\AlertCenter\\AlertFeedback
92 public function setEmail($email) argument
94 $this->email = $email;
101 return $this->email;
H A DDeviceCompromised.php26 public $email; variable in Google\\Service\\AlertCenter\\DeviceCompromised
33 public function setEmail($email) argument
35 $this->email = $email;
42 return $this->email;

12345678910>>...65