[deploy] Set email registration to default: false (#11195)

This commit is contained in:
Andy Zhao 2020-10-30 15:41:37 -04:00 committed by GitHub
parent ca3452f044
commit a054b3d02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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