1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

#3984 Fix for missing scenario with secondary source

This commit is contained in:
Jimako
2019-10-29 17:54:34 +01:00
committed by GitHub
parent e470f4b786
commit 729bf3868e

View File

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