Adds welcome message options to config
This commit is contained in:
parent
12678bde53
commit
073f028f88
2 changed files with 20 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ defaults:
|
||||||
enable_registrations: true
|
enable_registrations: true
|
||||||
autofollow_on_join: true
|
autofollow_on_join: true
|
||||||
autofollow_on_join_user: 'diasporahq@joindiaspora.com'
|
autofollow_on_join_user: 'diasporahq@joindiaspora.com'
|
||||||
|
welcome_message: false
|
||||||
|
welcome_message_subject: 'Welcome Message'
|
||||||
|
welcome_message_text: 'Hello [USERNAME], welcome to diaspora*.'
|
||||||
invitations:
|
invitations:
|
||||||
open: true
|
open: true
|
||||||
count: 25
|
count: 25
|
||||||
|
|
|
||||||
|
|
@ -414,6 +414,23 @@ configuration: ## Section
|
||||||
## please consider resharing diaspora* HQ's posts for your pod's users!
|
## please consider resharing diaspora* HQ's posts for your pod's users!
|
||||||
#autofollow_on_join_user: 'diasporahq@joindiaspora.com'
|
#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
|
## Invitation settings
|
||||||
invitations: ## Section
|
invitations: ## Section
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue