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

General discussion of Mantis.

Moderators: Developer, Contributor

atrol
Site Admin
Posts: 8567
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

emiliusz wrote: 20 Apr 2026, 07:11 and it says Create a new account:1 again.
The output ":1" is telling that $g_allow_signup is set to ON
Set in config_inc.php

Code: Select all

$g_allow_signup=0;
Does this remove the signup link?
Please use Search before posting and read the Manual
emiliusz
Posts: 11
Joined: 01 Apr 2026, 10:30

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

Post by emiliusz »

atrol wrote: 20 Apr 2026, 16:32
emiliusz wrote: 20 Apr 2026, 07:11 and it says Create a new account:1 again.
The output ":1" is telling that $g_allow_signup is set to ON
Set in config_inc.php

Code: Select all

$g_allow_signup=0;
Does this remove the signup link?
The issue has been resolved. It turns out I had two entries in config_inc.php. I deleted one, $g_allow_signup, and turned the other to OFF, and now I can't register an account.
Post Reply