forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 permissions => Topic started by: gateway_46806 on March 17, 2011, 04:29:21 pm

Title: Autologin
Post by: gateway_46806 on March 17, 2011, 04:29:21 pm
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. :'(
Title: Re: Autologin
Post by: Αndré on March 18, 2011, 04:04:10 pm
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.
Title: Re: Autologin
Post by: gateway_46806 on March 19, 2011, 10:12:06 pm
To unmuddle the question, is there a way for registered users to always be logged in? 8)
Title: Re: Autologin
Post by: Αndré on March 20, 2011, 10:44:38 am
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?