Hello.
I’m working in a project that consists of two main parts: a news portal, and a serie of administration apps.
When you enter the URL, the initial app is the news portal (it’s a dashboard with several sections where I show information stored in my database), which is of public access.
A menu within this portal allow to login as administrator, so the user could acces some apps that allow him to manage the portal.
The problem is that I don’t know how to do this, since in all examples of security module that I found, the login form is always the initial app of the project.
What I want is that by default the user enters the portal as GUEST without the need of a login, and that the login app can be later invoked to log in as administrator, to enable the menu and administration apps.
How can I enter without login form and with default operator? Can someone help me with this ?
Sorry my english.
Thank you very much.
Daniel