From db9c102f5396ef1c02df3bc435c96febc286700f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 22 Jun 2023 10:23:44 -0400 Subject: [PATCH] Trim white space before and after username and password and before encrypting when adding a client password --- client_events.php | 1 + models/client_logins.php | 4 ++-- post.php | 13 ++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client_events.php b/client_events.php index 9ea0c2b8..b39ba7cd 100644 --- a/client_events.php +++ b/client_events.php @@ -10,6 +10,7 @@ if (isset($_GET['calendar_id'])) { +