Closed (works as designed)
Project:
Secure Pages
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 10:59 UTC
Updated:
25 Oct 2010 at 20:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
pebosi commentedComment #2
pebosi commentedupdated patch to use "securepages_baseurl()"
Comment #3
pebosi commentedComment #4
josepvalls commentedDoesn't work for me, the #action is always the old relative action.
I even tried my own module and same happened. What am I doing wrong? Something in the configuration? Is there something overwritting my action? I had login toboggan but it's disabled now.
I can see my messages when the form show up.
Comment #5
sillygwailoComment #6
grendzy commentedIMHO, the best solution is to use http://drupal.org/project/securepages_prevent_hijack , which ensures passwords are sent over SSL. Securing the login form by itself has almost no value, because you're still vulnerable to session hijacking.
See also http://crackingdrupal.com/blog/greggles/drupal-and-ssl-multiple-recipes-...