summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-12-15 23:20:20 +0100
committerPhilipp Sehmisch <crush@themanaworld.org>2009-12-15 23:20:20 +0100
commit286f2932eceb55b2b8056ad02000c2002bb29930 (patch)
tree2bc7bb80e778e1c849f25d6cc66cd1a50d345339 /docs
parent9587aa47d1c5584d3582828a2f53b374d49dd702 (diff)
downloadmanaserv-286f2932eceb55b2b8056ad02000c2002bb29930.tar.gz
manaserv-286f2932eceb55b2b8056ad02000c2002bb29930.tar.xz
manaserv-286f2932eceb55b2b8056ad02000c2002bb29930.zip
Changed registration to allowed in the example manaserv.xml
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manaserv.xml b/docs/manaserv.xml
index e98b9bd..4c0809c 100644
--- a/docs/manaserv.xml
+++ b/docs/manaserv.xml
@@ -81,7 +81,7 @@
<!-- Network-related config options-->
<option name="net_maxClients" value="1000"/>
<!-- Account-creation-related config options-->
- <option name="account_allowRegister" value="0" />
+ <option name="account_allowRegister" value="1" />
<option name="account_denyRegisterReason" value="The server administrator has disabled automatic registration!" />
<option name="account_minEmailLength" value="7" />
<option name="account_maxEmailLength" value="128" />