Page 2 of 2

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

Posted: 20 Apr 2026, 16:32
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?

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

Posted: 21 Apr 2026, 05:33
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.