From a87cf68c4c52a2b7ae2d682114a927b8db8100a2 Mon Sep 17 00:00:00 2001 From: Mohit Anand Date: Mon, 5 Jun 2017 22:53:52 +0530 Subject: [PATCH] Reverted Back ACCOUNT_EMAIL_VERIFICATION to "optional" --- bugheist/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugheist/settings.py b/bugheist/settings.py index d3b6f8f929..307c4220c7 100644 --- a/bugheist/settings.py +++ b/bugheist/settings.py @@ -182,7 +182,7 @@ ACCOUNT_EMAIL_REQUIRED = True ACCOUNT_USERNAME_REQUIRED = True -ACCOUNT_EMAIL_VERIFICATION = "mandatory" +ACCOUNT_EMAIL_VERIFICATION = "optional" # Honor the 'X-Forwarded-Proto' header for request.is_secure()