Releases: scandipwa/customer-graph-ql
Releases · scandipwa/customer-graph-ql
Patch: Fix for password and message
What's inside
- Changed the message if the account is not confirmed. Related to scandipwa/scandipwa#3284
- Checks if the entered password is valid. Related to scandipwa/scandipwa#4281
That's all there is to it :)
Patch: Adds the right message for when user didn't confirm account
What's inside
- Adds the right message for the case when the user didn`t confirm the account. Related to scandipwa/scandipwa#3284
That's all there is to it :)
Patch: Changed email template links to fit in new URLs
What's inside
- Changed email template links to fit in new URLs. Related to scandipwa/scandipwa#3485
That's all there is to it :)
Patch: Rework updating time for token to use dateTime functions
What's inside
- Rework updating time for token to use dateTime functions. Related to scandipwa/scandipwa#3694
That's all there is to it :)
Patch: Sets region id to null if new country has no region
What's inside
- Setting region id to null on checkout, if the new country doesn't support selecting a region from the list.
Related to scandipwa/scandipwa#3671
That's all there is to it :)
Patch: Updates token create time on each request
What's inside
- Updates the token creation time on each request. Related to scandipwa/scandipwa#3486
That's all there is to it :)
Patch: Removes plugin disabling and revokes token on each request
What's inside
- Magento docs offers to revoke customer session by making new request, but it is not our case and we want to revoke it with each request user makes (in case if session is expired token is not revoked).
Related to scandipwa/scandipwa#3486
That's all there is to it :)
Patch: Removing unsupported session
What's inside
- Removes unsupported session to stop customer exit before token expires.
Related to scandipwa/scandipwa#3486
That's all there is to it :)
Patch: Changed error message for incorrect password
What's inside
- Changed the error message for incorrect password. Now the user will be alerted with the message "The password doesn't match this account. Verify the password and try again." in case it happens.
Related to scandipwa/scandipwa#2793
That's all there is to it :)
Patch: incorrect error message fixes
What's inside
- Fix incorrect message appear on error password reset. Related to scandipwa/scandipwa#2223
That's all there is to it :)