Home
last modified time | relevance | path

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

/plugin/zenlogin/
H A Daction.php20 … var $zp_userpass_hash; // This hash value could be found on zenphoto admin/options/general tab variable in action_plugin_zenlogin
31 $this->zp_userpass_hash = $this->getConf('user_password_hash');
78 return md5($user.$password.$this->zp_userpass_hash);