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:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user