Skip to content
Snippets Groups Projects
Unverified Commit 35bb7077 authored by Mua N. Laurent's avatar Mua N. Laurent :speech_balloon: Committed by GitHub
Browse files

Merge pull request #1635 from Ngai-E/fix-Patient-Portal-Authentication-Bypass

fix authentication bypass in patient portal
parents ec27daa0 9e2f5f23
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ session_regenerate_id(true);
unset($_SESSION['itsme']);
$_SESSION['patient_portal_onsite'] = true;
$_SESSION['authUser'] = 'portal-user';
$_SESSION['pid'] = true;
$_SESSION['register'] = true;
......@@ -27,7 +26,6 @@ $ignoreAuth_onsite_portal = true;
require_once("../../interface/globals.php");
$res2 = sqlStatement("select * from lang_languages where lang_description = ?", array(
$GLOBALS['language_default']
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment