Skip to content

Commit

Permalink
Merge pull request #900 from linkhousemedia/patch-2
Browse files Browse the repository at this point in the history
Update default.php
  • Loading branch information
lcharette authored Oct 6, 2018
2 parents 590a174 + 23f1e2c commit c1fc189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sprinkles/account/config/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit c1fc189

Please sign in to comment.