From e52dfb92de0e7765dd750c7272603037e8eb2d1a 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. --- framework/core/views/emails/confirm.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/views/emails/confirm.blade.php b/framework/core/views/emails/confirm.blade.php index 7a6577e6d..75f9d2b3f 100644 --- a/framework/core/views/emails/confirm.blade.php +++ b/framework/core/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 b8e2933479219c5850ba52f0c985d4f979196dd9 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 --- framework/core/views/emails/confirm.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/core/views/emails/confirm.blade.php b/framework/core/views/emails/confirm.blade.php index 75f9d2b3f..5daff5fef 100644 --- a/framework/core/views/emails/confirm.blade.php +++ b/framework/core/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. +