mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 09:49:13 +00:00
Port emails to plaintext
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Hey {userUsername},
|
||||
|
||||
It looks like someone tried to log into your {instanceName}
|
||||
account from a new location. If this is you, follow the link
|
||||
below to authorize logging in from this location on your
|
||||
account. If this isn't you, we suggest changing your
|
||||
password as soon as possible.
|
||||
|
||||
IP Address: {ipAddress}
|
||||
Location: {locationCity}, {locationRegion}, {locationCountryName}
|
||||
|
||||
Verify Login: {actionUrl}
|
||||
@@ -0,0 +1,6 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Your {instanceName} password has been changed.
|
||||
|
||||
If this wasn't done by you, please immediately reset the
|
||||
password to your {instanceName} account.
|
||||
@@ -0,0 +1,7 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Your {instanceName} password can be reset by clicking the
|
||||
link below. If you did not request a new password, please
|
||||
ignore this email.
|
||||
|
||||
Reset Password: {actionUrl}
|
||||
@@ -0,0 +1,8 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Your phone number ********{phoneNumber} was recently removed
|
||||
from this account and added to a different {instanceName}
|
||||
account.
|
||||
|
||||
Please note that your phone number can only be linked to one
|
||||
{instanceName} account at a time.
|
||||
@@ -0,0 +1,7 @@
|
||||
Hey {userUsername},
|
||||
|
||||
Thanks for registering an account on {instanceName}!
|
||||
Before we get started, we just need to confirm that this is
|
||||
you. Click below to verify your email address:
|
||||
|
||||
Verify Email: {actionUrl}
|
||||
Reference in New Issue
Block a user