Migrate a phpBB3 forum to Discourse

You can enable emails for admin users from the rails console:

./launcher enter import
rails c
> SiteSetting.disable_emails = "non-staff"

You can also reset your password directly from the container, no need to use emails, by running:

./launcher enter import
rake admin:create
2 Likes