Update login.php

This commit is contained in:
FusionPBX
2025-01-28 12:54:09 -07:00
committed by GitHub
parent 14288772d5
commit a4f83539ba

View File

@@ -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, ";