diff options
author | ekhramtsov <ekhramtsov@process-one.net> | 2010-02-18 14:57:08 +0900 |
---|---|---|
committer | ekhramtsov <ekhramtsov@process-one.net> | 2010-02-18 14:57:08 +0900 |
commit | 35e00ebcf6c9aa45329dd798a0112b2c1a22b9a3 (patch) | |
tree | 9da0f775a4ebe8616262f6b3b4dea2eac4267c59 | |
parent | new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838) (diff) |
option "access_from" is now documented (EJAB-1187)
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 567cbaeb5..f8c00fdd1 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3678,6 +3678,10 @@ Options: rules to restrict registration. If a rule returns `deny' on the requested user name, registration for that user name is denied. (there are no restrictions by default). +\titem{\{access\_from, AccessName\}} \ind{options!access\_from}By default, \ejabberd{} +doesn't allow to register new accounts from s2s or existing c2s sessions. You can +change it by defining access rule in this option. Use with care: allowing registration +from s2s leads to uncontrolled massive accounts creation by rogue users. \titem{\{welcome\_message, Message\}} \ind{options!welcomem}Set a welcome message that is sent to each newly registered account. The first string is the subject, and the second string is the message body. |