Re: Disabling the ability to register a new account from the login panel
Posted: 20 Apr 2026, 16:32
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;The output ":1" is telling that $g_allow_signup is set to ON
Code: Select all
$g_allow_signup=0;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.atrol wrote: 20 Apr 2026, 16:32The output ":1" is telling that $g_allow_signup is set to ON
Set in config_inc.phpDoes this remove the signup link?Code: Select all
$g_allow_signup=0;