diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-05-19 Badlop <badlop@process-one.net> + + * doc/guide.tex: Describe how to disable registration + limitation (EJAB-614) + 2008-05-19 Mickael Remond <mremond@process-one.net> * src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in 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: |