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 | b503e02b09529413c0157f7738064b32c1844293 (patch) | |
tree | b88028f38cfa180467cdadabdb2a0eb517eb0a9c /doc | |
parent | * src/ejabberd_s2s_out.erl: Fix compilation error. (diff) |
* doc/guide.tex: Describe how to disable registration
limitation (EJAB-614)
SVN Revision: 1333
Diffstat (limited to 'doc')
-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 ed9589f87..c5256a8a3 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3039,6 +3039,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: |