Bugfix: Portal not showing contact user id in session

This commit is contained in:
wrongecho
2026-01-09 13:50:46 +00:00
parent 79703042ff
commit 30499123f1
2 changed files with 3 additions and 2 deletions

View File

@@ -524,6 +524,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && (isset($_POST['login']) || isset($_
</div>";
} else {
$user_id = intval($selectedRow['contact_user_id']);
$client_id = intval($selectedRow['contact_client_id']);
$contact_id = intval($selectedRow['contact_id']);
$user_auth_method = sanitizeInput($selectedRow['user_auth_method']);