Do not enable email service by default
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
aa9178d569
commit
c32fc51aab
@ -97,7 +97,7 @@ class User < ApplicationRecord
|
||||
# E-Mail from signup confirmed (i.e. account activation)
|
||||
|
||||
# TODO Make configurable, only activate globally enabled services
|
||||
enable_service %w[ discourse email gitea mediawiki xmpp ]
|
||||
enable_service %w[ discourse gitea mediawiki xmpp ]
|
||||
|
||||
# TODO enable in development when we have easy setup of ejabberd etc.
|
||||
return if Rails.env.development? || !Setting.ejabberd_enabled?
|
||||
|
Loading…
x
Reference in New Issue
Block a user