From 8087edbc791cc362647d152df9326f4a387a4155 Mon Sep 17 00:00:00 2001 From: Rodrigo Argumedo Date: Fri, 17 Apr 2015 17:49:41 -0600 Subject: [PATCH 1/2] Added a note where if users.. did not sign up with Flarum. --- views/emails/confirm.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/emails/confirm.blade.php b/views/emails/confirm.blade.php index 7a6577e6d..75f9d2b3f 100644 --- a/views/emails/confirm.blade.php +++ b/views/emails/confirm.blade.php @@ -4,3 +4,5 @@ Someone (hopefully you!) has signed up to the forum '{{ $forumTitle }}' with thi If this was you, simply visit the following link and your account will be activated: {{ $url }} + +If you did not sign up, just simply ignore this email. From ccc03ddc93b09429efed093e512569a3cac2b954 Mon Sep 17 00:00:00 2001 From: Rodrigo Argumedo Date: Mon, 20 Apr 2015 10:23:33 -0600 Subject: [PATCH 2/2] Update wording of the confirmation email --- views/emails/confirm.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/emails/confirm.blade.php b/views/emails/confirm.blade.php index 75f9d2b3f..5daff5fef 100644 --- a/views/emails/confirm.blade.php +++ b/views/emails/confirm.blade.php @@ -5,4 +5,5 @@ Someone (hopefully you!) has signed up to the forum '{{ $forumTitle }}' with thi If this was you, simply visit the following link and your account will be activated: {{ $url }} -If you did not sign up, just simply ignore this email. +If you did not sign up, please ignore this email. +