Autologin Autologin
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Autologin

Started by gateway_46806, March 17, 2011, 04:29:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gateway_46806

For CPG 1.4x and earlier versions, my registered members could login without directly using the CPG login form by posting {$lang_login_php['password']} to login.php. With 1.5x this has become impossible. My website is in local development on Xampp. If it is necessary to remove inspekt and transliteration from CPG 1.5x, how would I do this? Thanks in advance for your assistance. :'(

Αndré

I'm not sure what you're asking. Coppermine still looks for the POST value 'password'.

Why do you want to remove Inspekt and transliteration? It has nothing to do with your initial question.

gateway_46806

To unmuddle the question, is there a way for registered users to always be logged in? 8)

Αndré

They have to check the 'Remember me' checkbox on the login page once. Then a cookie will be stored in their browser. Coppermine drops old sessions of registered users that haven't visited your gallery for a month. I think it would be possible to increase that value. Is that what you're looking for?