Page 1 of 1

Disabling the ability to register a new account from the login panel

Posted: 01 Apr 2026, 10:32
by emiliusz
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

Posted: 04 Apr 2026, 21:00
by atrol
Change to

Code: Select all

$g_allow_signup=OFF;