Change the emails a little bit
This commit is contained in:
parent
a4b5080717
commit
f6588ff1f6
@ -1,6 +1,8 @@
|
|||||||
h1 Welcome to Icy Network, #{display_name}!
|
h1 Welcome to Icy Network, #{display_name}!
|
||||||
p Before you can log in, you must activate your account.
|
p Before you can log in, you must activate your account.
|
||||||
p Click on or copy the following link into your URL bar in order to activate your Icy Network account
|
p Click on or copy the following link into your URL bar in order to activate your Icy Network account
|
||||||
a.activate(href=domain + "/activate/" + activation_token, target="_blank", rel="nofollow")= domain + "/activate/" + activation_token
|
p
|
||||||
|
a.activate(href=domain + "/activate/" + activation_token, target="_blank", rel="nofollow")= domain + "/activate/" + activation_token
|
||||||
p If you did not register for an account on Icy Network, please ignore this email.
|
p If you did not register for an account on Icy Network, please ignore this email.
|
||||||
small This email has been sent to you because of an action performed on the IcyNet.eu website.
|
br
|
||||||
|
p Icy Network
|
||||||
|
@ -3,4 +3,5 @@ p This email was sent to you because your password on Icy Network has been chang
|
|||||||
p If you did indeed change the password of this account yourself, you may safely ignore this email.
|
p If you did indeed change the password of this account yourself, you may safely ignore this email.
|
||||||
p
|
p
|
||||||
b However, if you did not change your password on Icy Network, contact an Icy Network administrator immediately!
|
b However, if you did not change your password on Icy Network, contact an Icy Network administrator immediately!
|
||||||
small This email has been sent to you because of an action performed on the IcyNet.eu website.
|
br
|
||||||
|
p Icy Network
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
h1 Hello, #{display_name}!
|
h1 Hello, #{display_name}!
|
||||||
p Click on or copy the following link into your URL bar in order to reset your Icy Network account password:
|
p Click on or copy the following link into your URL bar in order to reset your Icy Network account password:
|
||||||
a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token
|
p
|
||||||
|
a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token
|
||||||
p If you did not request a password reset on Icy Network, please ignore this email.
|
p If you did not request a password reset on Icy Network, please ignore this email.
|
||||||
small This email has been sent to you because of an action performed on the IcyNet.eu website.
|
br
|
||||||
|
p Icy Network
|
||||||
|
Reference in New Issue
Block a user