mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +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;
|
$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;
|
||||||
|
Reference in New Issue
Block a user