coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: johnjat on February 06, 2006, 04:44:51 AM

Title: Login via link
Post by: johnjat on February 06, 2006, 04:44:51 AM
Does anyone know how to logon to coppermine via a link.
the idea is the user is already in a passworded area then clicks the coppermine link to enter, but the username & pass is in the "a href" tag of the html page.

eg. something like "www.yoursite.com/coppermine/login.php?username:pass"

does anyone knoW?

Thanks
Title: Re: Login via link
Post by: Nibbler on February 06, 2006, 08:29:36 AM
What does this have to do with bridging ?

You can change the $HTTP_POST_VARS to $_REQUEST in login.php and then use login.php?submitted=1&username=your_username&password=your_password and optionally remember_me= or referer=
Title: Re: Login via link
Post by: Joachim Müller on February 06, 2006, 09:20:49 AM
however, this method is very unsecure and not recommended