-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Progress: ready for groomingReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.feature request
Description
Preconditions and environment
- Latest Version
- Customers are receiving multiple confirmation emails if they repeatedly request the confirmation link. Currently, there are no rate limits in place to prevent this behavior.
Steps to reproduce
Enable Email Confirmation required for customer signup
Create a customer account
Go to customer confirmation link page(/customer/account/confirmation)
Try request multiple confirmation link for the same email
Expected result
we should implement rate limiting to restrict how many times a user can request a confirmation email within a given timeframe. This will help reduce email spam and improve user experience.
Actual result
Multiple confirmation email being sent to registered email
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Progress: ready for groomingReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.feature request
Type
Projects
Status
Pull Request in Progress