simplify emails, warn about social logins
This commit is contained in:
parent
94aabcd07e
commit
ddbe439bc3
@ -1,6 +1,5 @@
|
|||||||
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 Follow the link below 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
|
|
||||||
p
|
p
|
||||||
a.activate(href=domain + "/activate/" + activation_token, target="_blank", rel="nofollow")= domain + "/activate/" + activation_token
|
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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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 Follow the link below to activate your Icy Network account.
|
||||||
p
|
p
|
||||||
a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token
|
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.
|
||||||
|
@ -28,4 +28,6 @@ block body
|
|||||||
a(href="/login/reset") Forgot password?
|
a(href="/login/reset") Forgot password?
|
||||||
if auth
|
if auth
|
||||||
aside.col-sm-4
|
aside.col-sm-4
|
||||||
|
if !registrations
|
||||||
|
.alert.alert-warning These links can only be used to log in to existing accounts.
|
||||||
include ../includes/external.pug
|
include ../includes/external.pug
|
||||||
|
Reference in New Issue
Block a user