require_login 8.x-2.0

Compatible with Drupal 8.5.x and upwards. Will not work on Drupal 8.4.x and downwards due to deprecated functions and new service containers. See https://www.drupal.org/project/require_login/releases/8.x-1.13 for most recent changelog.

  • Replaced drupal_set_message() with MessengerInterface::addMessage via messenger service

require_login 7.x-2.8

Bug fixes

Changes Since 7.x-2.7:

  • Fixes module configuration path in require_login.info

require_login 7.x-2.6

New features

Changes Since 7.x-2.5:

require_login 8.x-1.4

Bug fixes
Insecure

Changes since 8.x-1.3:

  • Removed "true" debug message from page exclusion code.

require_login 8.x-1.2

Bug fixes
Insecure

Changes since 8.x-1.1:

  • Removes Drupal 7 require_login.admin.inc file which is not used in Drupal 8 version

require_login 8.x-1.1

Bug fixes
Insecure

Updates since 8.x-1.0:

  • Fixed configure route name in info.yml file.
  • Fixed menu link placement in Admin > Configuration > System > Require Login.

require_login 7.x-2.1

Bug fixes
Insecure

Changes since 7.x-2.0:

  • Updates require login admin settings page title.

require_login 7.x-2.0

Bug fixes
New features
Insecure

Module has been completely rewritten.

Changes since 7.x-1.2:

  • #2600640 - Adds configuration path into .info file.
  • #2276253 - Fixes excluded paths functionality.
  • #2287885 - Allow wildcards (*) in excluded path matching.
  • Adds admin setting to configure login required message.

require_login 7.x-1.2

Bug fixes

Fixes a bug that does not recognize maintenance mode properly.

require_login 7.x-1.1

Security update

This resolves a critical security flaw (SA-CONTRIB-2014-055 - Require Login - Access bypass) that does not protect the front page from unauthorized access. You should update to this version immediately to protect your website.

require_login 7.x-1.0

Insecure

Issue #1968148 by ralva83638, mvd81NL, eelkeblok: Restore reset password links compatibility.
Issue #1370316 by ericpalace, ReubenUnruh: Suppress Require Login when maintenance mode is enabled.
Other changes: Added a configuration page allowing custom pages to be viewed without logging in. Also some code clean-up to make it easier to read.

Subscribe with RSS Subscribe to Releases for Require Login