Can't login Can't login
 

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

Can't login

Started by ifonlyad, April 07, 2006, 05:56:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ifonlyad

Okay this is the second time this has happened to me and last time I deleted the gallery and started over again.  I tried to login this morning onto my gallery and it said "welcome ..." but then it went back to the main page but I wasn't logged in.  What's up with this?

Sami

what is your cpg version?
is there any chance to see it online?(URL of your CPG)
‍I don't answer to PM with support question
Please post your issue to related board

z fisher

I too am interested in this problem. I have a plain vanilla 1.4.4 installation. I find this problem only occurs with IE. I can usually use Firefox to get in. No idea why it happens. No idea how to fix it.

Joachim Müller

Do as bmossavari suggested then and post a link to your coppermine page ::)

Tranz

Maybe some security setting/cookie issue in IE?

z fisher


kegobeer

@z: you have a 1.4.3 installation.  You should upgrade to 1.4.4.

When this happens, does the url change?  Does the www. disappear from the url after you log in?  In order to see this, you'll have to provide a non-admin test user/password.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

absintheminded

i have the same problem with login in!!! it's utterly annoying. it goes that far: i can hardly login at all 8-) i think there's a problem in the redirecting, but i'm not sure... it's just when you login, you get a welcome message which is fine but when he redirects you again, you're not logged in at all!

absintheminded

and normally is hould have the latest version: http://www.absinthe-minded.org/gallery/

Sami

Delete all cookies form Tools/internet options.../temporary internet files/Delete Cookies... and try to login
‍I don't answer to PM with support question
Please post your issue to related board

tibu

You could type this in your browser after "login.php": "?clearcookies=1""
so it woulds read "http://www.yoursite.com/yourcopperminedirectory/login.php?clearcookies=1"

My webmail has that option and it is php, so I think that would work. I may even code a "clear cookies" link onto my login page. Maybe someone more familiar with PHP can confirm that is actually a valid method.

I tried adding that on my site when I had a problem and it worked. Login issues seem to occur after I log in and out with different users to test set up's, etc.

Joachim Müller

I've never heard of a GET-var within coppermine that is labelled "clearcookies". Not a function built-into PHP afaik. If this worked for you: fine. However, I think it was just coincidence.