New admin setting: open/close registrations, with custom message, from the admin UI
This commit is contained in:
parent
405c495c23
commit
5f54981846
8 changed files with 70 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue