securelogin 8.x-1.10

Bug fixes
  1. The Secure Login settings page now recommends that the registration form be secured - regardless of the e-mail verification setting - to ensure that secure links are generated in email messages.
  2. Fix typo in config schema
  3. Fix test failures

securelogin 7.x-1.10

New features

Add a new menu callback that redirects insecure password reset URLs to the secure URL. This ensures that secure authenticated sessions are created, even if a user somehow lands on an insecure one-time login URL.

securelogin 7.x-1.9

Bug fixes

Due to changes in Drupal 7.79, move user_pass and user_register_form to the "required" section of forms to be secured.

Please visit the admin/config/people/securelogin page and ensure that the checkboxes for securing the user password request and user registration forms are checked!

securelogin 7.x-1.8

  • Use new drupal_is_https() function in README
  • Fix minor code standards issues

securelogin 8.x-1.9

Bug fixes
  • Code style fixes.
  • Static analysis fixes.
  • Resolve deprecations.
  • When changing configuration on the settings page, delay the cache flush until shutdown.

securelogin 8.x-1.8

  • This version of Secure Login is compatible with Drupal 8.8, but not previous versions of Drupal core.
  • Resolve deprecations.
  • Test improvements.
  • Static analysis fixes.

securelogin 8.x-1.7

Minor update:

  • Avoid use of deprecated method for Drupal 8.5 compatibility.
  • Documentation improvements.

securelogin 7.x-1.7

A few minor changes in this release:

  • Redirect POST requests to HTTPS using 308 status code (#2454599: Allow to redirect POST requests to https).
  • Documentation improvements: Merge INSTALL.txt into README.txt and fix typos.
  • Code style cleanup.
  • Admin settings UI: Clear cache as part of request shutdown after saving new settings.

securelogin 8.x-1.6

Bug fixes

Another minor release for Drupal 8.4.x compatibility.

  • This update prevents a fatal error on sites running Drupal 8.4.x with page cache enabled.

securelogin 8.x-1.5

Bug fixes
New features

This is a minor update to provide compatibility with the Drupal 8.4.x branch.

  • Handle Drupal 8.4.x placeholder on the user login block form action.
  • Code style fixes.

securelogin 8.x-1.4

Bug fixes

Fixes #2778585: Allow specifying different port for HTTPS: Ensure that the secure base URL setting, if set, is used for redirects to HTTPS site.

securelogin 8.x-1.3

New release for Drupal 8.0.3 which removes some workarounds for core bugs.

securelogin 8.x-1.2

Bug fixes

This release works around mixed-content warnings on the HTTPS site due to the HTTP base URL being used by core in render caches as well as aggregated CSS files: #2622382: Work around core bugs re: base URLs in render caches and aggregated CSS

See also these core issues for other potential solutions, like setting the url.site cache context whenever the base URL is used:

securelogin 8.x-1.1

Bug fixes

This release cleans up some code, adds some more test coverage and, if the redirect setting is enabled, ensures that the form will be rebuilt in case the redirect was not cached.

securelogin 7.x-1.6

This release contains changes to documentation and tests only.

(No need to drop everything and upgrade :)

securelogin 7.x-1.5

Bug fixes
New features

This release of Secure Login module provides some new features and bug fixes:

securelogin 7.x-1.2

Insecure

The password reset form should be secured, because submitting this form creates an authenticated session. Also add options to secure the password request and contact forms.

securelogin 7.x-1.1

Insecure

Module now requires no configuration; login-related forms are configured to be secured at install-time.

Subscribe with RSS Subscribe to Releases for Secure Login