Secure Login

Secure Login module enables the user login and other forms to be submitted securely via HTTPS, thus preventing passwords and other private user data from being transmitted in clear text. For Drupal 7, Secure Login module also enforces secure authenticated session cookies, thus preventing session sidejacking. For previous versions of Drupal, PHP's session.cookie_secure flag must be enabled on the HTTPS site to enforce secure authenticated sessions.

A word about Drupal 7's $conf['https'] setting

Secure Login is intended for sites that want to offer anonymous sessions via HTTP and authenticated sessions via HTTPS. Anonymous insecure sessions are migrated to authenticated secure sessions upon login, with all session data intact. Secure Login is designed to work with Drupal 7's $conf['https'] setting at its default value, FALSE.

If you were to change $conf['https'] to TRUE, you would enable mixed-mode (HTTPS and HTTP) authenticated sessions: both secure and insecure session cookies are set when a user logs in to the HTTPS site. Other contributed modules, such as Secure Pages, may assist you with implementing mixed-mode authenticated sessions.

Secure Login is currently maintained by mfb.

Project Information

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.2 tar.gz (9.9 KB) | zip (12 KB) 2011-Jan-28 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (8.45 KB) | zip (9.69 KB) 2011-Feb-25 Notes
5.x-1.x-dev tar.gz (8.11 KB) | zip (9.33 KB) 2011-Feb-25 Notes

Maintainers for Secure Login

  • mfb - 22 commits
    last: 1 year ago, first: 1 year ago
  • kbahey - 1 commit
    last: 2 years ago, first: 2 years ago
  • avf - 14 commits
    last: 3 years ago, first: 4 years ago

Issues for Secure Login

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 14 Aug 08
nobody click here