mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
#6 ToDo Lans bounceLAN in handlers/login.
ToDo Lans bounceLAN in handlers/login. Tested login from login.php, from the login link in voux theme without issue. No bounced emails on test instance.
This commit is contained in:
@@ -194,7 +194,7 @@ class userlogin
|
||||
case USER_VALIDATED : // Valid user
|
||||
break; // Nothing to do ATM
|
||||
case USER_EMAIL_BOUNCED:
|
||||
$bounceLAN = "Emails to [x] are bouncing back. Please [verify your email address is correct]."; //TODO LAN
|
||||
$bounceLAN = LAN_LOGIN_36;
|
||||
$bounceMessage = $tp->lanVars($bounceLAN, $this->userData['user_email'],true );
|
||||
$bounceMessage = str_replace(array('[',']'),array("<a href='".e_HTTP."usersettings.php'>","</a>"), $bounceMessage);
|
||||
|
||||
|
Reference in New Issue
Block a user