auto_login_url 3.1.3

Bug fixes

Bug release.

- merged code into 3.0.x was missed on 3.1.2 release
- released 3.1.3 to pick up missed commits

auto_login_url 3.1.2

Bug fixes

Bug fix release.

Issue 3556045 - fix upgrade db hooks

auto_login_url 3.1.1

Bug fixes
New features

Minor 3.0.x release.

- Admin UI counts fixes for expired URLs
- Return type declarations
- Route handling at creation, and use

auto_login_url 3.1.0

Bug fixes
New features

Release Date: October 20, 2025

Drupal Compatibility: Drupal 10.3+, 11.x

auto_login_url 3.0.0

Bug fixes
New features
Unsupported

Overview

Auto Login URL 3.0.0 is a major release that modernizes the module for Drupal 10.3+ and Drupal 11, introduces powerful per-URL configuration options, and significantly enhances security, testing, and monitoring capabilities.

This release represents a complete architectural refresh with improved dependency injection, comprehensive test coverage, and new features that enable fine-grained control over auto-login URL behavior on a per-URL basis.

Key highlights:

auto_login_url 3.x-dev

Bug fixes
New features

Auto Login URL 3.0.x Release Notes - Major Release

⚠️ WARNING: This is a major version upgrade with breaking changes. Read carefully and test before upgrading production sites.

Breaking Changes

1. Drupal Core Requirements

Previous: Drupal 9.4+ or Drupal 10.x

New: Drupal 10.2+ or Drupal 11.x

Impact: Sites running Drupal 9.x or Drupal 10.0-10.1 must upgrade Drupal core first

auto_login_url 8.x-1.4

Bug fixes

Issue 3154738 - Warning · count(): Parameter must be an array or an object that implements Countable

auto_login_url 2.0.0-alpha2

Bug fixes

Issue #3241505 by a.dmitriiev, a.sotirov: Not compatible with Drupal >= 8.8, only >=9

auto_login_url 8.x-1.2

Security update

See SA-CONTRIB-2017-034

- Generating hash using Crypt::hmacBase64()
- Using microtime in hash generation
- A random secret is created on installation and on update

Warning: After this update update, all older URLs will not work since hash generation has changed.

auto_login_url 7.x-1.7

Security update
Unsupported

See SA-CONTRIB-2017-034

- Generating hash using drupal_hmac_base64()
- Using microtime in hash generation
- A random secret is created on installation and on update

Warning: After this update update, all older URLs will not work since hash generation has changed.

auto_login_url 8.x-1.1

Bug fixes
Insecure

Issue #2800381 by kunal.kursija: Translations: Replace t() with this->t()
Issue #2802689 by Jill L: Tokens are broken
Issue #2766705 by aks22: PHP files modification as per drupal standards

auto_login_url 7.x-1.6

Bug fixes
Insecure
Unsupported

Issue #2794423 by lunatic: Fix condition in cron query
Issue #2705403 by mistermoper: Don'\''t see correctly access denied page when cache is enabled

auto_login_url 8.x-1.0

Bug fixes
New features
Insecure

Finally a nice stable release for Drupal 8. Some features,
- Custom token length
- Testing
- Flood control

auto_login_url 7.x-1.5

Bug fixes
New features
Insecure
Unsupported

Lots of new features thanks to requests and patches from petu. Testing, brute force protection, custom prefix, custom token length.

auto_login_url 7.x-1.4

Bug fixes
Insecure
Unsupported

Issue #2564759 by Tarnaurion: Avoid PHP notice on token creation.
Issue #2571833 by petu: Configuration link on list modules page.

auto_login_url 8.x-1.x-dev

Initial Drupal 8 version.

It seems to work, except tokens at the moment.

auto_login_url 7.x-1.1

Bug fixes
Insecure
Unsupported

I was using "variable_get_value()" forgetting that this is not actually a core function.
Sorry, I use variable module anywhere, but in this project is not really needed.

Also I changed the configuration page from MENU_CALLBACK to MENU_NORMAL_ITEM.

Subscribe with RSS Subscribe to Releases for Auto Login URL