password)) return false; if(password_verify($pwd, $this->password)) { return true; } return false; } }