mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
enable login notify
This commit is contained in:
@@ -33,8 +33,8 @@ return [
|
||||
'login_notify' => [
|
||||
'subject' => ':site_name 異地登錄提醒',
|
||||
'body' => <<<BODY
|
||||
你於 :this_login_time 進行了登錄操作,IP::this_ip,位置::this_location。
|
||||
上次登錄時間::last_login_time,IP::last_ip,位置::last_location。
|
||||
你於::this_login_time 進行了登錄操作,IP::this_ip,位置::this_location。<br/>
|
||||
上次登錄時間::last_login_time,IP::last_ip,位置::last_location。<br/>
|
||||
若不是你本人操作,賬號密碼可能已經泄露,請及時修改!
|
||||
BODY,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user