simplify emails, warn about social logins

This commit is contained in:
Evert Prants 2019-09-08 18:44:05 +03:00
parent 94aabcd07e
commit ddbe439bc3
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,5 @@
h1 Welcome to Icy Network, #{display_name}!
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 Follow the link below to activate your Icy Network account.
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.

View File

@ -1,5 +1,5 @@
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
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.

View File

@ -28,4 +28,6 @@ block body
a(href="/login/reset") Forgot password?
if auth
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