Closed (fixed)
Project:
Secure Login
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2008 at 17:50 UTC
Updated:
14 Apr 2008 at 14:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
leop commentedAnd the patch...
Comment #2
leop commentedActually, there was a much simpler (and better) way to implement this patch. Referring users back to the original host after sending the password to the secure host is now better implemented. For example, if the user logs on from
http://mysite.com, the password will be sent usinghttps://mysite.com, and the user can be redirected to the original address athttp://mysite.com, depending on the admin settings. If the user logs on fromhttps://mysite.com, the password will be sent usinghttps://mysite.com, and the user will stay inhttps://mysite.com.Also, it is not necessary anymore to actually specify the secure hostname; if it is not specified, the https version of the current host ($base_url) will be used. This allows for accessing the website under multiple hostnames (aliases), however the secure hostname and the insecure hostname must still match. To achive this, leave the secure URL field in the administrative page empty.
Furthermore http://drupal.org/node/177495 is partially solved, because a successful login after an unsuccessful login attempt will lead to the original host.
Comment #3
leop commentedagain something went wrong with uploading the patch. Here it is.
Comment #4
leop commentedOh no, #'s are not allowed in the filename. So again, here is the new patch...
Comment #5
avf commentedThis is now implemented. Thanks for the patch! I've also decided to completely remove the secure base URL setting. Hopefully no-one will complain. :-)
Comment #6
avf commentedClose.