Skip to content

Restrict Auto Account creation

DigitalBox98 edited this page Jul 14, 2021 · 1 revision

Via xml setup

<AutoAccountCreation>False</AutoAccountCreation>

Via SQL

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