updated client_default.cfg and removed rhe anon login
This commit is contained in:
parent
3d7a7dc191
commit
753893d8a9
2 changed files with 4 additions and 4 deletions
|
@ -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 = "";
|
||||
|
|
|
@ -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;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue