FEATURE: on initial boot hint users on how to get admin

This commit is contained in:
Sam
2014-03-24 18:03:39 +11:00
parent c27c87911e
commit 7e7c4efcc0
5 changed files with 37 additions and 1 deletions

View File

@@ -45,5 +45,9 @@ Discourse::Application.configure do
config.enable_anon_caching = false
require 'rbtrace'
if emails = GlobalSetting.developer_emails
config.developer_emails = emails.split(",")
end
end