From 073f028f88d1989f4149706c7c852bd71966e12e Mon Sep 17 00:00:00 2001 From: fap Date: Sat, 20 Jun 2015 22:39:33 +0200 Subject: [PATCH] Adds welcome message options to config --- config/defaults.yml | 3 +++ config/diaspora.yml.example | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/config/defaults.yml b/config/defaults.yml index f48bea6fa..d462389bb 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -100,6 +100,9 @@ defaults: enable_registrations: true autofollow_on_join: true autofollow_on_join_user: 'diasporahq@joindiaspora.com' + welcome_message: false + welcome_message_subject: 'Welcome Message' + welcome_message_text: 'Hello [USERNAME], welcome to diaspora*.' invitations: open: true count: 25 diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index 3fe5f2ca1..3a99fe8ee 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -414,6 +414,23 @@ configuration: ## Section ## please consider resharing diaspora* HQ's posts for your pod's users! #autofollow_on_join_user: 'diasporahq@joindiaspora.com' + ## Welcome Message on registration (default=false) + ## Send a message to new users after registration + ## to tell them about your pod and how things + ## are handled on it. + #welcome_message=false + + ## Welcome Message text (default='Hello [USERNAME], welcome to diaspora.') + ## The content of your welcome message. + ## The placeholder '[USERNAME]' will be replaced by the username + ## of the new user. + #welcome_message_text='Hello [USERNAME], welcome to diaspora.' + + ## Welcome Message subject (default='Welcome Message') + ## The subject of the conversation that is started + ## by your welcome message. + #welcome_message_subject='Welcome Message' + ## Invitation settings invitations: ## Section