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,
],