Disabling Auto-Register?
Replies (2)
(1-2/2)
Added by TomH about 8 years ago
When someone enters a username/password and it doesn't exist, the game will automatically create the account.
How can I disable this?
I want people to use the register form within the game or the site to be able to play.
Thanks.
Just change $AcceptUnknownUser = true; to $AcceptUnknownUser = false; in file code/ryzom/tools/server/www/login/config.php
(1-2/2)