Home
last modified time | relevance | path

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

/plugin/authdrupal8/
Dauth.php84 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
100 protected function _hash_password($pass, $hashedpw) { function in auth_plugin_authdrupal8
/plugin/authdrupal7/
Dauth.php88 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
104 protected function _hash_password($pass, $hashedpw) { function in auth_plugin_authdrupal7