-
Notifications
You must be signed in to change notification settings - Fork 14
/
mail.properties
10 lines (10 loc) · 1.44 KB
/
mail.properties
1
2
3
4
5
6
7
8
9
10
#mail templates
mail.new-member-subject = Your Countly Account
mail.new-member = Hi {0},<br/><br/>Your Countly account on <a href="{1}">{1}</a> is created with the following details;<br/><br/>Username: {2}<br/>Password: {3}<br/><br/>Enjoy,<br/>A fellow Countly Admin
mail.new-member-prid = Hi {0},<br/><br/>Your Countly account on <a href="{1}">{1}</a> is created with the following details;<br/><br/>Username: {2}<br/> You can set up your password following <a href="{1}/reset/{3}">this link</a>.<br/>Enjoy,<br/>A fellow Countly Admin
mail.password-change-subject = Countly Account - Password Change
mail.password-change = Hi {0},<br/><br/>Your password for your Countly account on <a href="{1}">{1}</a> has been changed. Below you can find your updated account details;<br/><br/>Username: {2}<br/>Password: {3}<br/><br/>Best,<br/>A fellow Countly Admin
mail.password-reset-subject = Countly Account - Password Reset
mail.password-reset = Hi {0},<br/><br/>You can reset your Countly account password by following <a href="{1}/reset/{2}">this link</a>.<br/><br/>If you did not request to reset your password ignore this email.<br/><br/>Best,<br/>A fellow Countly Admin
mail.time-ban-subject = {0}: Your account is locked
mail.time-ban = Hi {0},<br/><br/>Due to excess number of failed login attempts, your account has been blocked. You can use <a href="{1}/login/token/{2}">this link</a> to unlock your user and login to your dashboard for once.<br/><br/>Best<br/>A fellow admin