Download & Extend

"form action =" broken on unsuccessful login

Project:Secure Login
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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"

Comments

#1

Status:active» closed (fixed)

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.