View Issue Details

IDProjectCategoryView StatusLast Update
0005393mantisbtinstallationpublic2005-04-18 10:40
Reportercopland007 Assigned Tothraxisp  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.2 
Summary0005393: signup_page.php redirects back to login.php, new users can't signup
Description

Fresh install of 0.19.2, when accessing signup_page.php it gets redirected to "login_page.php?return=%2Fsignup_page.php", thus preventing anybody from signing up for a new account. They can't access the signup_page.php until logged in which is kind of self defeating, lol

URL where this is happening: http://bugs.garagemodule.com

I tried to set this in my config_inc.php but it had no affect:
$g_allow_signup = ON;

TagsNo tags attached.

Relationships

duplicate of 0004995 closedmasc Sign up for a new account no longer works... 

Activities

copland007

copland007

2005-03-29 04:36

reporter   ~0009676

Last edited: 2005-03-29 04:42

Running a diff on a working install of 0.19.2 elsewhere on my server results in only this difference:

/core/current_user_api.php
80a81

  if ( auth_is_user_authenticated() ) {

82a84,85
else {return false;}
}

I suspect that must have something to do with it, as it is the only difference.

thraxisp

thraxisp

2005-03-29 07:48

reporter   ~0009677

There is a patch in 0004995 that has been applied to CVS as well.