From 8303c1fa21198377a20df90876920564c8f3200c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 16:37:33 +0000 Subject: clarify user message --- app/auth/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/auth') diff --git a/app/auth/routes.py b/app/auth/routes.py index 7de091e..c5c175c 100644 --- a/app/auth/routes.py +++ b/app/auth/routes.py @@ -65,7 +65,7 @@ def register(): send_email_confirmation_email(user) flash( - "An email has been sent to confirm your account, please check your email.", + "An email has been sent to confirm your account, please check your email (including the spam folder).", "info", ) -- cgit v1.2.3