better first boot register admin account help

This commit is contained in:
Jeff Atwood 2014-04-21 11:36:29 -07:00
parent 8f28b154f3
commit fa4c21c28f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if User.limit(20).count < 20 && User.where(admin: true).count == 1
else else
emails = emails[0] emails = emails[0]
end end
"Congratulations, you installed Discourse! An administrator should now log in with #{emails} to finalize configuration." "Congratulations, you installed Discourse! Register a new admin account with #{emails} to finalize configuration."
end end
if notice != SiteSetting.global_notice if notice != SiteSetting.global_notice