Disabling Auto-Register?

Added by TomH about 5 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.


Replies (2)

RE: Disabling Auto-Register? - Added by kerozcak about 5 years ago

Just change $AcceptUnknownUser = true; to $AcceptUnknownUser = false; in file code/ryzom/tools/server/www/login/config.php

RE: Disabling Auto-Register? - Added by TomH about 5 years ago

Thank you.

(1-2/2)