This topic is locked

Security question ... again

7/18/2008 6:42:02 AM
PHPRunner General questions
V
vytb author

I've got several apps based on the same db. Usually, I'm making a frontage containing simple links to the apps. However, being apps secured I have no other choice but to leave this page open or to have two systems of passwords.
Is there elegant way to avoid it? If I will put security on the front page, I will loose all the benefits of dynamic permission. I don't want it. Two security systems is too much as well. What are you doing in these cases?

J
Jane 7/21/2008

Hi,
you need to create one login page for all projects, then redirect to your custom frontage after login. Use direct links to the menu or list pages in your custom frontage.

V
vytb author 7/21/2008

Hi,

you need to create one login page for all projects, then redirect to your custom frontage after login. Use direct links to the menu or list pages in your custom frontage.


I may be confused...
First. What do you mean by creating one login page for all the projets?

Second. Using redirection returns to the same login page. And more, page to redirect should be inside the project folder... What am I missing?

J
Jane 7/22/2008

This scheme works if all your projects have the same security settings and frontpage is one for all projects.

Login and front page should be located above the project directories.
In another case you need to create custom page, check passed URLs in it and fill all required variables for each project. Unfortunately we don't have a ready to go solution for this.

V
vytb author 7/22/2008

This scheme works if all your projects have the same security settings and frontpage is one for all projects.

Login and front page should be located above the project directories.
In another case you need to create custom page, check passed URLs in it and fill all required variables for each project. Unfortunately we don't have a ready to go solution for this.


That's the case. I've got the same frontpage for all apps, security settings are the same, frontpage is above the project directories. How should I proceed with the login page? So far, all the apps have their login pages thus they are below frontpage.