From e52dfb92de0e7765dd750c7272603037e8eb2d1a Mon Sep 17 00:00:00 2001 From: Rodrigo Argumedo Date: Fri, 17 Apr 2015 17:49:41 -0600 Subject: [PATCH] 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.