Restrict Auto Account creation - Dawn-of-Light/DOLSharp GitHub Wiki

Via xml setup

<AutoAccountCreation>False</AutoAccountCreation>

Via SQL

update serverproperty set Value='False' where `Key`='allow auto account creation'