mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
login notify + bonus log
This commit is contained in:
@@ -31,4 +31,12 @@ return [
|
||||
'subject' => 'Receive gift medal',
|
||||
'body' => "User :username purchased a medal [:medal_name] at a cost of :cost_bonus and gave it to you. The medal is worth :price, the fee is :gift_fee_total(factor: :gift_fee_factor), you will have this medal until: :expire_at, and the medal's bonus addition factor is: :bonus_addition_factor.",
|
||||
],
|
||||
'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.
|
||||
If it is not your own operation, the account password may have been leaked, please change it in time!
|
||||
BODY,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user