View Issue Details

IDProjectCategoryView StatusLast Update
0000532mantisbtupgradepublic2001-08-26 16:09
Reporteratomicrhino Assigned Toprescience  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0000532: login_select_proj_page.php3
Description

After upgrading, and upon logging in, the login script re-directs me to login_select_proj_page.php3 but does not show any projects to choose from, thus I get stuck and can't get out unless I log out. Log back in, and it repeats.

There are about 5 projects in the database, but for some reason it's not recognizing any of them.

Any thoughts?

Additional Information

Ver. 14.99

TagsNo tags attached.

Activities

atomicrhino

atomicrhino

2001-05-26 09:34

reporter   ~0000803

Along the same lines - has there been any thought to allowing people to select which project they want to login to from the actual login screen. Instead of switching to a different screen to make the selection.

prescience

prescience

2001-05-27 09:29

reporter   ~0000805

This is my fault. Look in the database for the projects table and make sure the enabled field is set to 1. I believe it's messed up somewhere and tries to convert a "on" to an int field and the default is 0.

prescience

prescience

2001-05-27 09:34

reporter   ~0000806

The fundamental problem with choosing at the login screen is which projects they are allowed to view. Certain people will not be able to view other projects so just displaying all the projects (like in 0.14.x) won't work well.

One mechanism I'm intersted in implementing is a direct login from a link to a certain project (no project selection). So you could have multiple product pages and a link to the bugtracker from each one. Each link would send you to a login page (or automatically log you in) for the respective projects.

eg: I click from Product A and I'm not logged in yet so I just login and it automatically chooses the project for Product A. Later I go to the Product B page and rememeber I need to report something. I click on the link, the bugtracker notices that I'm already logged in and have access to the Product B bugtracker and so automatically logs me into that project with no login required.

I hope I didn't confuse anyone further.

atomicrhino

atomicrhino

2001-05-27 16:12

reporter   ~0000807

That's not a bad solution. Could be benefitial as to not confuse people with multiple project options as well.

As for the above, here are the sql settings : 0000001 bugalert 0 1 1 10 bugalert. Report problems with the actual bug tracker here. (Do not remove this account. You can set it to be disabled if you do not wish to see it)

Enabled is set to 1 yet I still can not get it to show up in the select project box. The enable field is an int(1) - so where else could the confusion be?

prescience

prescience

2001-05-31 16:35

reporter   ~0000814

Sorry for forgetting about this. The second 1 should be a 10. 10 is for public access and 50 for private. 1 is 'undefined' and is treated like private.

reporter

reporter

2001-06-01 08:01

reporter   ~0000816

I am having the same problems. Projects dont show. Not even on the main page
where one can switch projects.

prescience

prescience

2001-08-23 19:56

reporter   ~0001215

This shouldn't be a problem anymore. If it is please reopen or submit a new bug.