Posted:
18-July-2008 08:32 Basically, I would like to write a module, called Login, and another module, called Hello. Hello is under fulcrum frontend and what I'd like to arhieve is when user accessing Hello/hi, it must link to Login and ask user to login before displaying HI THERE in the browser.
I'm able to implement and expose the login accessor in Login, active:login+userName@xxx+password@xxx, but I'm stuck at wiring it to the login page and the Hello module
I already look at forum-web as well as ext-xsecurity and ext-session but not getting much the idea
Can someone give me some guidance plz? |