Disabling the ability to register a new account from the login panel
Moderators: Developer, Contributor
Disabling the ability to register a new account from the login panel
How do I disable the ability to create a new account from the Mantis login window in the mantisbt setting? I've set $g_allow_signup=Off; but the user can still create an account. Where else might the ability to register a new account be stored?
Re: Disabling the ability to register a new account from the login panel
Change to
Code: Select all
$g_allow_signup=OFF;