$login_required = true;
When I put the above statement in my conf/_config.php file, it forces users to log in, but if they need to register, the register link on the login page does not work. You click on it and nothing happens. It acts like you are already registered and just wants you to log in. The register link on the login page will work if the above statement is set to false, however. So, could someone please tell me what I need to put where to require a login and make the registration link work all at the same time?
Add $login_required = false to /htsrv/register.php.
The following patch is for CVS HEAD, but shows where to insert it: