Skip to content

Commit 23f1e2c

Browse files
Update default.php
Add comment to suggest user registration setting configuration
1 parent 590a174 commit 23f1e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/account/config/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'enable_email' => true
5252
],
5353
'registration' => [
54-
'enabled' => true,
54+
'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
5555
'captcha' => true,
5656
'require_email_verification' => true,
5757
'user_defaults' => [

0 commit comments

Comments
 (0)