[SOLVED] remote login

ryano

Joined: 2004-08-18
Posts: 32
Posted: Sat, 2005-01-01 11:11

I wish to place all my login's for different components i use on my site in one place, so all login buttons are on one page. Can someone give me a simple code i can place into a html file that has the gallery login information. I have tried to just copy and paste the info from the gallery itself but it will not not log me in, it will only load the login page with the username already displayed.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sat, 2005-01-01 16:47

you can actually embed G2 into your site so a single login will log users into G2 as well.. this takes a bit more work of course. see docs/EMBEDDING for details.

the code you're trying now is probably nearly right.. try changing g2_view in your url to g2_controller (value is still core:UserLogin).

 
ryano

Joined: 2004-08-18
Posts: 32
Posted: Sun, 2005-01-02 01:29

works well with the simple change thank you