Login via link Login via link
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Login via link

Started by johnjat, February 06, 2006, 04:44:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

johnjat

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

Nibbler

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=

Joachim Müller

however, this method is very unsecure and not recommended