Initial commit
This commit is contained in:
14
pocketbase/pb_hooks/templates/en/authAlert.html
Normal file
14
pocketbase/pb_hooks/templates/en/authAlert.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>We noticed a login to your {{.appName}} account from a new location:</p>
|
||||
<p><em>{{.info}}</em></p>
|
||||
<p><strong>If this wasn't you, you should immediately change your {{.appName}} account password to revoke access from all other locations.</strong></p>
|
||||
<p>If this was you, you may disregard this email.</p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user