|
|
@@ -44,7 +44,7 @@ class Token {
|
|
|
|
|
|
public function verify($hash) {
|
|
|
if (($hash === $this->genHash($this->token)) || ($hash === $this->genHash($this->token, true))) return $this->passwd;
|
|
|
- return "ThisAttemptHasBeenLogged";
|
|
|
+ return null;
|
|
|
}
|
|
|
|
|
|
public function getHash($token) {
|