mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* doc/guide.tex: Describe how to disable registration
limitation (EJAB-614) SVN Revision: 1333
This commit is contained in:
parent
8dae53abda
commit
b503e02b09
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user