mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
better first boot register admin account help
This commit is contained in:
parent
8f28b154f3
commit
fa4c21c28f
@ -10,7 +10,7 @@ if User.limit(20).count < 20 && User.where(admin: true).count == 1
|
||||
else
|
||||
emails = emails[0]
|
||||
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
|
||||
|
||||
if notice != SiteSetting.global_notice
|
||||
|
Loading…
x
Reference in New Issue
Block a user