Requiring double Login

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
silvermoondesigns
Posts: 4
Joined: Tue 4. Oct 2005, 17:38

Requiring double Login

Post by silvermoondesigns »

For some reason, every user I create must apply their username/password twice before they can get in. (When you type the username and password, then hit enter, the same login.php page appears a second time. You put the same username and password in again, and you are admitted into the system.)

Any idea why this would be happening?
profix898
Posts: 12
Joined: Mon 26. Sep 2005, 21:23
Location: Braunschweig / Germany
Contact:

Post by profix898 »

Hi silvermoondesigns,

some time ago I discovered the same problem. Unfortunately I was not
able to solve it until now (using 1.2.5-dev) :( Have a look at these threads,
maybe it will help YOU.

http://www.phpwcms.de/forum/viewtopic.php?t=6820
http://www.phpwcms.de/forum/viewtopic.php?t=5777

Thilo
profix898
Posts: 12
Joined: Mon 26. Sep 2005, 21:23
Location: Braunschweig / Germany
Contact:

Post by profix898 »

I was just lucky to find a workaround for my problem:
Generally I was calling "http://www.domain.de/login.php" to load the
Login-Page. But I realized that the url changed, when my first logon-
attempt failed, to "http://domain.de/login.php. The second try was
always successful. So I tried to call the second url directly and look
it works! :D

I have no idea what causes the first url to refuse my request and why
the url without www works perfect!

Does someone have any explanation for that?
Or is there any error within the login script?
(I'm not that familiar with php ...)

Regards, Thilo
silvermoondesigns
Posts: 4
Joined: Tue 4. Oct 2005, 17:38

Post by silvermoondesigns »

Thank you. I removed the "www" from my login link and it works perfectly now.
Post Reply