diff options
author | Badlop <badlop@process-one.net> | 2008-05-19 09:13:19 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-05-19 09:13:19 +0000 |
commit | e3eced9046bcd0065f242048955e1a371d60a1f5 (patch) | |
tree | 8bbafbea672f47c0ba7bd8295181346b15e67d10 /doc/guide.tex | |
parent | tag ejabberd 2.0.1 (diff) |
* doc/guide.tex: Describe how to disable registration
limitation (EJAB-614)
SVN Revision: 1333
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index d14fec2a3..7b9f832f7 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2886,6 +2886,8 @@ This option limits the frequency of registration from a given IP or username. So, a user can't register a new account from the same IP address or JID during this number of seconds after previous registration. Timeout is expressed in seconds, and must be an integer. +To disable this limitation, +instead of an integer put a word like: \term{infinity}. Default value: 600 seconds. Examples: |