Author Topic: Login From Another Page  (Read 2038 times)

mmcduffie1

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Login From Another Page
« on: May 22, 2009, 05:11:24 pm »
I trying to figure out how to log in from another page. Say my opengoo is at http://opengoo.domainname.com and I want to login from http://www.domainname.com. In other words, I want to install opengoo in a sub directory but login from the main page.

I can link to the login page but I want to just go ahead and login all at once. Any help would be much appreciated.

CG-Agency

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Login From Another Page
« Reply #1 on: May 23, 2009, 08:42:49 pm »
Hi there,

I've just done this myself and it's simple enough.

First, install Opengoo in the sub directory. Then go to the login page (the one in the directory) and copy the source code (this can be viewed in most browsers: View > Page Source)

Once you've done this create an html file (index.html) and paste the source code from the login into it, then upload. That should work fine!

Alternatively, create the index file and use an iframe to embed the login page

Hope that helps  ;D

mmcduffie1

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: Login From Another Page
« Reply #2 on: May 24, 2009, 02:12:35 am »
Thanks!