From 23f1e2ce2bd63328041964aa8f5fca1e0b6d60ce Mon Sep 17 00:00:00 2001 From: linkhousemedia Date: Tue, 2 Oct 2018 14:19:25 -0400 Subject: [PATCH] Update default.php Add comment to suggest user registration setting configuration --- app/sprinkles/account/config/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sprinkles/account/config/default.php b/app/sprinkles/account/config/default.php index e15464346..367e14012 100644 --- a/app/sprinkles/account/config/default.php +++ b/app/sprinkles/account/config/default.php @@ -51,7 +51,7 @@ 'enable_email' => true ], 'registration' => [ - 'enabled' => true, + 'enabled' => true, //if this set to false, you probably want to also set require_email_verification to false as well to disable the link on the signup page 'captcha' => true, 'require_email_verification' => true, 'user_defaults' => [