Update login.php
This commit is contained in:
parent
14288772d5
commit
a4f83539ba
|
|
@ -62,7 +62,7 @@
|
|||
//set the email address
|
||||
$email = $_REQUEST['email'];
|
||||
|
||||
//see if email existsesources/login.php?action=request
|
||||
//see if email exists
|
||||
$sql = "select ";
|
||||
$sql .= "user_uuid, ";
|
||||
$sql .= "username, ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue