diff --git a/app/models/user.rb b/app/models/user.rb index 0c12c44..27dfbfd 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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?