From b503e02b09529413c0157f7738064b32c1844293 Mon Sep 17 00:00:00 2001
From: Badlop <badlop@process-one.net>
Date: Mon, 19 May 2008 09:13:19 +0000
Subject: [PATCH] * doc/guide.tex: Describe how to disable registration
 limitation (EJAB-614)

SVN Revision: 1333
---
 ChangeLog     | 5 +++++
 doc/guide.tex | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d0d960d25..901c55c6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
-- 
2.40.0