Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2010-10-24 09:45:42 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2010-10-24 09:45:42 +0400
commit0a1b0498a652973e85c27342b4e96546d60349c6 (patch)
tree6da448a7e823407eb8197ddfe8959e3564975361 /doc
parenta6858a6ce4d7b803d30752ed091e8f7d14344c6c (diff)
* Rename option captcha to captcha_protected for consistency.
* Document captcha_protected option
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 71e019c05..69cd268f6 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3775,6 +3775,8 @@ Options:
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{\{captcha\_protected, false|true\}} \ind{options!captcha\_protected}
+Protect registrations with CAPTCHA (see section \ref{captcha}). The default is \term{false}.
\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.