From 753893d8a9a1ef0a81a22f71399dddec15d45039 Mon Sep 17 00:00:00 2001 From: Quitta Date: Mon, 23 Sep 2013 03:52:20 +0200 Subject: [PATCH] updated client_default.cfg and removed rhe anon login --- code/ryzom/client/client_default.cfg | 2 +- code/ryzom/tools/server/www/login/config.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index 05c0db137..1b45f294d 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -44,7 +44,7 @@ BackgroundDownloader = 0; PatchServer = ""; PatchWanted = 0; SignUpURL = ""; -StartupHost = "open.ryzom.com:40916"; +StartupHost = "shard.ryzomcore.org:40916"; StartupPage = "/login/r2_login.php"; InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php"; CreateAccountURL = ""; diff --git a/code/ryzom/tools/server/www/login/config.php b/code/ryzom/tools/server/www/login/config.php index 80f89f32b..cd490530f 100644 --- a/code/ryzom/tools/server/www/login/config.php +++ b/code/ryzom/tools/server/www/login/config.php @@ -20,8 +20,8 @@ $RingDBPassword = ""; // If true, the server will add automatically unknown user in the database // (in nel.user, nel.permission, ring.ring_user and ring.characters -$AcceptUnknownUser = true; +$AcceptUnknownUser = false; // if true, the login service automaticaly create a ring user and a editor character if needed -$AutoCreateRingInfo = true; +$AutoCreateRingInfo = false; -?> \ No newline at end of file +?>