1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Merge pull request #3991 from Jimmi08/patch-2

Fixes #3984 Missing scenario with secondary source
This commit is contained in:
Cameron
2019-12-28 12:02:33 -08:00
committed by GitHub

View File

@@ -251,6 +251,7 @@ class alt_login
$this->loginResult = LOGIN_ABORT; $this->loginResult = LOGIN_ABORT;
return; return;
case AUTH_BADPASSWORD: case AUTH_BADPASSWORD:
case AUTH_NOUSER:
if(varset(e107::getPref('auth_badpassword'), TRUE)) if(varset(e107::getPref('auth_badpassword'), TRUE))
{ {
$this->loginResult = LOGIN_TRY_OTHER; $this->loginResult = LOGIN_TRY_OTHER;