Home
last modified time | relevance | path

Searched refs:checkMail (Results 1 – 5 of 5) sorted by relevance

/plugin/oauth/_test/
H A DCheckMailTest.php49 $this->assertSame($expected, $hlp->checkMail($input, $hlp->getValidDomains()));
/plugin/oauth/
H A Dhelper.php106 public function checkMail($mail, array $domains) function in helper_plugin_oauth
H A Dauth.php69 if($this->hlp->checkMail($this->getUserData($user)['mail'], $domains)) {
H A DOAuthManager.php198 if (!$hlp->checkMail($userdata['mail'], $hlp->getValidDomains())) {
H A Ddeleted.files4 _test/checkMail.test.php