You are here

README.txt in Secure Login 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 7 README.txt
Secure Login module README

This module enables secure logins by redirecting the login form to a
secure host address.  The module can also do the same for the user
edit and user registration forms, so that passwords are never send in
cleartext.

See INSTALL.txt for instructions on how to install the module.

Before enabling the module, you need to set up your server to support
SSL.  The result should be that if you Drupal site lives at
http://host.domain/dir/, it should also be accessible at
https://otherhost.domain/otherdir/ (the secure base URL, which
defaults to https://host.domain/dir/).  You must make sure that
cookies coming from otherhost.domain will be sent to host.domain.  You
can change the cookie domain in settings.php.

You can set which of the three forms (login, user edit, user
registration) are secured by this module in the module settings,
although there will usually be no reason why you would not want all
three to be secured.

If you are upgrading from an older version, note that it is no longer
necessary to set $base_url in settings.php.

File

README.txt
View source
  1. Secure Login module README
  2. This module enables secure logins by redirecting the login form to a
  3. secure host address. The module can also do the same for the user
  4. edit and user registration forms, so that passwords are never send in
  5. cleartext.
  6. See INSTALL.txt for instructions on how to install the module.
  7. Before enabling the module, you need to set up your server to support
  8. SSL. The result should be that if you Drupal site lives at
  9. http://host.domain/dir/, it should also be accessible at
  10. https://otherhost.domain/otherdir/ (the secure base URL, which
  11. defaults to https://host.domain/dir/). You must make sure that
  12. cookies coming from otherhost.domain will be sent to host.domain. You
  13. can change the cookie domain in settings.php.
  14. You can set which of the three forms (login, user edit, user
  15. registration) are secured by this module in the module settings,
  16. although there will usually be no reason why you would not want all
  17. three to be secured.
  18. If you are upgrading from an older version, note that it is no longer
  19. necessary to set $base_url in settings.php.