New admin setting: open/close registrations, with custom message, from the admin UI

This commit is contained in:
Eugen Rochko 2017-04-04 15:26:57 +02:00
parent 405c495c23
commit 5f54981846
8 changed files with 70 additions and 21 deletions

View file

@ -6,6 +6,7 @@ en:
apps: Apps
business_email: 'Business e-mail:'
contact: Contact
closed_registrations: Registrations are currently closed on this instance.
description_headline: What is %{domain}?
domain_count_after: other instances
domain_count_before: Connected to

View file

@ -5,6 +5,8 @@ defaults: &defaults
site_extended_description: ''
site_contact_username: ''
site_contact_email: ''
open_registrations: true
closed_registrations_message: ''
notification_emails:
follow: false
reblog: false
@ -15,6 +17,7 @@ defaults: &defaults
interactions:
must_be_follower: false
must_be_following: false
development:
<<: *defaults