From: Alan Knowles Date: Mon, 12 Aug 2019 06:05:57 +0000 (+0800) Subject: Fix #5983 - issue with login X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=3843de8a82e15f3c59d46c960e0ee262b6d01cba Fix #5983 - issue with login --- 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.