Update login.php

This commit is contained in:
FusionPBX 2025-01-28 12:54:09 -07:00 committed by GitHub
parent 14288772d5
commit a4f83539ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
//set the email address //set the email address
$email = $_REQUEST['email']; $email = $_REQUEST['email'];
//see if email existsesources/login.php?action=request //see if email exists
$sql = "select "; $sql = "select ";
$sql .= "user_uuid, "; $sql .= "user_uuid, ";
$sql .= "username, "; $sql .= "username, ";