Adds welcome message options to config

This commit is contained in:
fap 2015-06-20 22:39:33 +02:00 committed by Jonne Haß
parent 12678bde53
commit 073f028f88
2 changed files with 20 additions and 0 deletions

View file

@ -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

View file

@ -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