diff --git a/templates/activate/html.pug b/templates/activate/html.pug index c766944..6120be5 100644 --- a/templates/activate/html.pug +++ b/templates/activate/html.pug @@ -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. diff --git a/templates/reset_password/html.pug b/templates/reset_password/html.pug index e28d64f..8da489c 100644 --- a/templates/reset_password/html.pug +++ b/templates/reset_password/html.pug @@ -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. diff --git a/views/user/login.pug b/views/user/login.pug index f13ed7e..2d9d589 100644 --- a/views/user/login.pug +++ b/views/user/login.pug @@ -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