mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
phpGroupWare --> eGroupWare in login blocked message
This commit is contained in:
parent
5811a65bbf
commit
7818d9902d
@ -654,8 +654,8 @@
|
||||
$GLOBALS['phpgw_info']['server']['login_blocked_mail_time'] < time()-5*60)
|
||||
{
|
||||
// notify admin(s) via email
|
||||
$from = 'phpGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
|
||||
$subject = lang("phpGroupWare: login blocked for user '%1', IP %2",$login,$ip);
|
||||
$from = 'eGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
|
||||
$subject = lang("eGroupWare: login blocked for user '%1', IP %2",$login,$ip);
|
||||
$body = lang("Too many unsucessful attempts to login: %1 for the user '%2', %3 for the IP %4",$false_id,$login,$false_ip,$ip);
|
||||
|
||||
if(!is_object($GLOBALS['phpgw']->send))
|
||||
|
Loading…
Reference in New Issue
Block a user