diff --git a/e107_handlers/login.php b/e107_handlers/login.php index fecc0a869..6b2f43328 100644 --- a/e107_handlers/login.php +++ b/e107_handlers/login.php @@ -103,7 +103,7 @@ class userlogin $result = false; foreach ($authMethod as $method) { - if ($method == 'e107') + if ($method == 'e107' OR $method == 'e107db') { if ($this->lookupUser($username, $forceLogin)) { @@ -687,4 +687,4 @@ class userlogin } -} \ No newline at end of file +}