Releases: scandipwa/customer-graph-ql
Releases · scandipwa/customer-graph-ql
Patch: Adjust GraphQl resolver to support Magento 2.4.7
Patch: Replace Zend with Laminas library
Patch: Changes reset confirmation function
Patch: Fixes for Account Registration
Patch: Reset confirmation when reset password
What's inside
- If the user had not yet confirmed the account, but had reset the password, a verification was still required, which was inconsistent with the behavior in plain Magento. Related to #33.
That's all there is to it :)
Patch: Adds validation for empty order id
Password reset fix
Patch: Fix for the Checkout Account Registration
Patch: Account lock after password reset fix
What's inside
- Reset the authentication failures count after the password reset, so customers can log in right after the password reset. Related to scandipwa/scandipwa#4727
That's all there is to it :)
Patch: Correct customer_id for context
What's inside
- The context for customer returned the incorrect customer_id, due to the context for session storing the customer data after token revoking (after logout). Now we are passing the authorized customer_id if a valid token passes in the header. Then, revoking session. Related to scandipwa/scandipwa#4515
That's all there is to it :)