Home
last modified time | relevance | path

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

/plugin/twofactor/action/
H A Dlogin.php181 if ($this->cookieHash($provider) !== $hash) return false;
232 $hash = $this->cookieHash($provider);
247 protected function cookieHash($provider) function in action_plugin_twofactor_login