Home
last modified time | relevance | path

Searched refs:getValidDomains (Results 1 – 4 of 4) sorted by relevance

/plugin/oauth/_test/
H A DCheckMailTest.php49 $this->assertSame($expected, $hlp->checkMail($input, $hlp->getValidDomains()));
/plugin/oauth/
H A DOAuthManager.php198 if (!$hlp->checkMail($userdata['mail'], $hlp->getValidDomains())) {
199 throw new Exception('rejectedEMail', [implode(', ', $hlp->getValidDomains())]);
H A Dhelper.php79 public function getValidDomains() function in helper_plugin_oauth
/plugin/oauth/action/
H A Dlogin.php142 $validDomains = $this->hlp->getValidDomains();