ACSD-61103: Failure count not reset to zero after successful customer login through API
The ACSD-61103 patch solves the issue where the failure count in the customer_entity
table is not reset to zero after a customer successfully logs in through API endpoints. This patch is available when the Quality Patches Tool (QPT) 1.1.54 is installed. The patch ID is ACSD-61103. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.4.6-p3
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.4.6 - 2.4.6-p8
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
The failure count in the customer_entity
table does not reset to zero even after a customer logs in successfully through API endpoints.
Steps to reproduce:
- Create a customer account.
- Generate a customer token via API, using incorrect details.
- Check the
failures_num
column in thecustomer_entity
DB table for the customer above. - Generate a customer token via API, using the correct details.
- Check the
failures_num
column in thecustomer_entity
DB table for the customer above.
Expected results:
The failures_num
column should be reset to 0 after using the correct credentials to generate a customer token via API.
Actual results:
The failures_num
column is not reset to 0 after using the correct credentials to generate a customer token via API.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide.