Comment out the registration stuff
This commit is contained in:
parent
b6811cfe5a
commit
eb3c588033
1 changed files with 6 additions and 6 deletions
|
@ -101,14 +101,14 @@ type = none
|
|||
enable_public_registration=1
|
||||
|
||||
# Text to display upon user registration form
|
||||
username_label=Jabber JID (e.g. user@server.tld):
|
||||
instructions=Enter your remote jabber JID and password as well as your local username and password
|
||||
#username_label=Jabber JID (e.g. user@server.tld):
|
||||
#instructions=Enter your remote jabber JID and password as well as your local username and password
|
||||
|
||||
# If True a local jabber account on <local_account_server> is needed
|
||||
# for transport registration, the idea is to enable public registration
|
||||
# from other servers, but only for users, who have already local accounts
|
||||
require_local_account=1
|
||||
local_username_label=Local username (without @server.tld):
|
||||
local_account_server=localhost
|
||||
local_account_server_timeout=10000
|
||||
#require_local_account=1
|
||||
#local_username_label=Local username (without @server.tld):
|
||||
#local_account_server=localhost
|
||||
#local_account_server_timeout=10000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue