Refactoring of the way HTTP Request results are fetched when working with ECA module.
Possible information disclosure with race conditions could have happen when dealing with parallel action execution.
Please update your actions by defining a unique token (ECA Token) to be used later on when fetching the results.
This is a security update. All users of the Disable Login module are strongly encouraged to update.
This release improves how the module enforces access restrictions on user authentication routes. The module is intended to prevent user logins, but in some configurations, not all login endpoints received the correct access checks. This update ensures that access control is consistently applied across all login-related routes, including programmatic authentication paths.
Changes in this release:
Added missing access requirement to specific login routes.