From 3843de8a82e15f3c59d46c960e0ee262b6d01cba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Aug 2019 14:05:57 +0800 Subject: [PATCH] Fix #5983 - issue with login --- Pman/Login.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 9329349..f7e1047 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -311,7 +311,9 @@ class Pman_Login extends Pman } } - //$u->active = 1; + // this was removed before - not quite sure why. + // when a duplicate login account is created, this stops the old one from interfering.. + $u->active = 1; // empty username = not really a hacking attempt. -- 2.39.2