"form action =" broken on unsuccessful login

dsp6855 - March 4, 2009 - 00:23
Project:Secure Login
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

It appears that the "form action =" line gets confused when there is a login failure and you end up on an https page. Here is what I did.

1) Go to main page. It is an http page not an https page.
2) See login block.
3) Check code for login block - it looks good!
/home?destination=home
4) Put in bad username and password combination.
5) Get directed to https:///home?destination=home
6) Check code for login block - it looks bad!
/home?destination=home"

#1

dsp6855 - March 5, 2009 - 07:37
Status:active» closed

On further investigation, the problem was found to be with securepages, not with securelogin. I have submitted an explanation and a potential patch there. See http://drupal.org/node/391512 for details.

 
 

Drupal is a registered trademark of Dries Buytaert.