summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-03-11 12:31:16 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-03-11 12:31:16 +0100
commit0d1edc477190242a7e64eb1a2640eabef970860c (patch)
tree82e4389e139aa88df279cb7b306b51729b0d7faa /ejabberd.yml.example
parentMerge pull request #997 from tnull/fix_auth_method_order (diff)
Don't enable in-band registration by default
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example32
1 files changed, 13 insertions, 19 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index e20dc0df..74a9538c 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -616,45 +616,39 @@ modules:
- "flat"
- "hometree"
- "pep" # pep requires mod_caps
- mod_register:
+ ## mod_register:
##
## Protect In-Band account registrations with CAPTCHA.
##
- ## captcha_protected: true
-
+ ## captcha_protected: true
##
## Set the minimum informational entropy for passwords.
##
- ## password_strength: 32
-
+ ## password_strength: 32
##
## After successful registration, the user receives
## a message with this subject and body.
##
- welcome_message:
- subject: "Welcome!"
- body: |-
- Hi.
- Welcome to this XMPP server.
-
+ ## welcome_message:
+ ## subject: "Welcome!"
+ ## body: |-
+ ## Hi.
+ ## Welcome to this XMPP server.
##
## When a user registers, send a notification to
## these XMPP accounts.
##
- ## registration_watchers:
- ## - "admin1@example.org"
-
+ ## registration_watchers:
+ ## - "admin1@example.org"
##
## Only clients in the server machine can register accounts
##
- ip_access: trusted_network
-
+ ## ip_access: trusted_network
##
## Local c2s or remote s2s users cannot register accounts
##
- ## access_from: deny
-
- access: register
+ ## access_from: deny
+ ## access: register
mod_roster: {}
mod_shared_roster: {}
mod_stats: {}