updated client_default.cfg and removed rhe anon login

This commit is contained in:
Quitta 2013-09-23 03:52:20 +02:00
parent 3d7a7dc191
commit 753893d8a9
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ BackgroundDownloader = 0;
PatchServer = ""; PatchServer = "";
PatchWanted = 0; PatchWanted = 0;
SignUpURL = ""; SignUpURL = "";
StartupHost = "open.ryzom.com:40916"; StartupHost = "shard.ryzomcore.org:40916";
StartupPage = "/login/r2_login.php"; StartupPage = "/login/r2_login.php";
InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php"; InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php";
CreateAccountURL = ""; CreateAccountURL = "";

View file

@ -20,8 +20,8 @@ $RingDBPassword = "";
// If true, the server will add automatically unknown user in the database // If true, the server will add automatically unknown user in the database
// (in nel.user, nel.permission, ring.ring_user and ring.characters // (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 // if true, the login service automaticaly create a ring user and a editor character if needed
$AutoCreateRingInfo = true; $AutoCreateRingInfo = false;
?> ?>