magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.51k stars 9.31k forks source link

Password reset error message references hello@example.com which cannot be changed unless contact form is enabled #32837

Open braders opened 3 years ago

braders commented 3 years ago

Preconditions (*)

  1. Magento 2.4.1
  2. Any environment. Cloud or self-hosted. Open source and Commerce.

Steps to reproduce (*)

  1. Disable the "Contact us" form from the admin area (Configuration -> General -> Contacts -> Enable Contact Us)
  2. On the password reset route (/customer/account/forgotpassword/) request a password reset multiple times. Assuming out-of-the-box configuration you will eventually get the following error message:

We received too many requests for password resets. Please wait and try again later or contact hello@example.com

  1. Observe that the hello@example.com cannot be updated from any visible field within the Magento configuration panel. To update this email address you first need to re-enable the contact form (disabled in step 1) at which point a "Send Emails To" field becomes available within the same configuration group. Once the email address has been updated, the contact form can be re-disabled.

Expected result (*)

The hello@example.com email address should be easily updatable. You should not need to change the configuration for other areas of functionality (contact form) as a prerequisite for updating this field.

It may be that the password reset error message should actually be using a different email address field.

Actual result (*)

You are unable to update the reference to hello@example.com unless the contact form functionality is disabled.


Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.

m2-assistant[bot] commented 3 years ago

Hi @braders. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

Please, add a comment to assign the issue: @magento I am working on this


: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, please join the Community Contributions Triage session to discuss the appropriate ticket.

:movie_camera: You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel

:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel

m2-assistant[bot] commented 3 years ago

Hi @engcom-Oscar. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:


magento-engcom-team commented 3 years ago

:white_check_mark: Confirmed by @engcom-Oscar Thank you for verifying the issue. Based on the provided information internal tickets MC-42053 were created

Issue Available: @engcom-Oscar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

vlmed commented 3 years ago

@magento I am working on it

QA1980 commented 3 years ago

I have resolved reference message hello@example.com. Go to Store > Configuration > General > Contacts > Email options then enter your preferred email in the send email to field

engcom-Delta commented 1 month ago

Hi @braders ,

Thanks for your reporting and collaboration. We have verified the issue in latest 2.4-develop instance and it is an improvement so we will mark ticket as feature request.

Steps to reproduce 1.Disable Contact us from admin area (Configuration -> General -> Contacts -> Enable Contact Us)

  1. On the password reset route (/customer/account/forgotpassword/) request a password reset multiple times. Assuming out-of-the-box configuration you will eventually get the following error message: image
  2. Observe that the hello@example.com cannot be updated from any visible field within the Magento configuration panel. To update this email address you first need to re-enable the contact form (disabled in step 1) at which point a "Send Emails To" field becomes available within the same configuration group. Once the email address has been updated, the contact form can be re-disabled. No option to update email address when contact us is disabled image Contact Us Enabled image Thanks.