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

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
emiliusz
Posts: 1
Joined: 01 Apr 2026, 10:30

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

Post 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?
atrol
Site Admin
Posts: 8557
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Change to

Code: Select all

$g_allow_signup=OFF;
Please use Search before posting and read the Manual
Post Reply