[deploy] Set email registration to default: false (#11195)
This commit is contained in:
parent
ca3452f044
commit
a054b3d02b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SiteConfig < RailsSettings::Base
|
|||
field :video_encoder_key, type: :string
|
||||
|
||||
# Authentication
|
||||
field :allow_email_password_registration, type: :boolean, default: true
|
||||
field :allow_email_password_registration, type: :boolean, default: false
|
||||
field :allow_email_password_login, type: :boolean, default: true
|
||||
field :allow_both_email_signup_and_login, type: :boolean, default: true
|
||||
field :require_captcha_for_email_password_registration, type: :boolean, default: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue