enable login notify

This commit is contained in:
xiaomlove
2023-04-09 02:33:37 +08:00
parent 2c85edb1b3
commit 4535ba94a4
6 changed files with 27 additions and 27 deletions

View File

@@ -34,8 +34,8 @@ return [
'login_notify' => [
'subject' => ':site_name Offsite login alert',
'body' => <<<BODY
You logged in at :this_login_time, IP::this_ip, location::this_location.
Last login time::last_login_time, IP::last_ip, location::last_location.
You logged in at::this_login_time, IP::this_ip, location::this_location.<br/>
Last login time::last_login_time, IP::last_ip, location::last_location.<br/>
If it is not your own operation, the account password may have been leaked, please change it in time!
BODY,
],

View File

@@ -34,8 +34,8 @@ return [
'login_notify' => [
'subject' => ':site_name 异地登录提醒',
'body' => <<<BODY
你于 :this_login_time 进行了登录操作IP:this_ip位置:this_location。
上次登录时间::last_login_timeIP:last_ip位置:last_location。
你于: :this_login_time 进行了登录操作IP:this_ip位置:this_location。<br/>
上次登录时间::last_login_timeIP:last_ip位置:last_location。<br/>
若不是你本人操作,账号密码可能已经泄露,请及时修改!
BODY,
],

View File

@@ -33,8 +33,8 @@ return [
'login_notify' => [
'subject' => ':site_name 異地登錄提醒',
'body' => <<<BODY
你於 :this_login_time 進行了登錄操作IP:this_ip位置:this_location。
上次登錄時間::last_login_timeIP:last_ip位置:last_location。
你於:this_login_time 進行了登錄操作IP:this_ip位置:this_location。<br/>
上次登錄時間::last_login_timeIP:last_ip位置:last_location。<br/>
若不是你本人操作,賬號密碼可能已經泄露,請及時修改!
BODY,
]