Skip to content

Commit b199570

Browse files
committed
killing the stupid
1 parent ee7e9a7 commit b199570

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csb-accounts/auth-login.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ function rescueUser ($db, $using, $value) {
299299
$token = substr(str_shuffle($chars), 0, 12);
300300
$hashedToken = password_hash($token, PASSWORD_DEFAULT);
301301

302-
echo $hashedToken;
303-
304302
$query = "INSERT INTO password_resets (email, token) VALUES ('$to', '$hashedToken')";
305303
$db->runQuery($query);
306304

0 commit comments

Comments
 (0)