Commit 5b23456c authored by fine.wang's avatar fine.wang

#fine test

parent 602df29c
......@@ -456,6 +456,11 @@ class Checker extends Chiket {
$res = $this -> getRowData($this -> accessSelect('SELECT_LOGIN_BY_USER_NAME', $param));
$password = $this ->getColumnData($res, 'password');
//test
if($userName == 'chiakishinichi10@gmail.com'){
var_dump(password_verify($userPass.VAL_STR_AUTH_HASH_SECRET_KEY, $password));exit;
}
//verify password
if(password_verify($userPass.VAL_STR_AUTH_HASH_SECRET_KEY, $password)) {
$param = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment