From cc474aa9ecb4e437ae1215e5d770e9ddd22b78a7 Mon Sep 17 00:00:00 2001 From: VESSILLER Date: Wed, 10 Jan 2024 09:20:49 +0100 Subject: [PATCH] Add crypted pass on login form and using POST method --- htdocs/public/webportal/tpl/login.tpl.php | 6 +-- .../public/webportal/webportal.main.inc.php | 2 +- htdocs/webportal/class/context.class.php | 41 +++++++++++++++++-- 3 files changed, 40 insertions(+), 9 deletions(-) diff --git a/htdocs/public/webportal/tpl/login.tpl.php b/htdocs/public/webportal/tpl/login.tpl.php index 728040c21d4..d4715fcbf68 100644 --- a/htdocs/public/webportal/tpl/login.tpl.php +++ b/htdocs/public/webportal/tpl/login.tpl.php @@ -5,14 +5,12 @@ if (empty($context) || !is_object($context)) { exit; } - - - ?>