Open collymore opened 1 hour ago
Hi @collymore. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Preconditions and environment
Steps to reproduce
Expected result
The page returns FPC MISS.
The customer account form is using private data e.g The current Customer Email address is output in the forms login field" and this shouldn't be cached.
Actual result
The page response is returned with a Full page cache HIT.
If visiting the page after a cache clear and logged in, the email will be cached on the page for all subsequent requests.
Additional information
The only reason that the Customer Account Login page is not cached by default is the Magento_Captcha module's layout customer_account_login.xml file.
This is adding a bock name="captcha" to the container name="form.additional.info".
That block has cacheable="false" declared which then stops the login page from being cached.
Without this module activate nothing else is making the page non-cacheable.
Edit : This issue actually effects every Customer Account Form
Release note
No response
Triage and priority