-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activation email doesn't have forum title prefix when re-sent #2515
Comments
This was a purposeful change made in #1613, so I don't think we should be so quick to reverse it. Revisiting that discussion, I think we should remove the prefix entirely from #2493, and from the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. |
Bug Report
Current Behavior
The activation email has the [Forum Name] prefix in the subject. But clicking "send activation email again" sends an identical email, without the prefix.
Steps to Reproduce
Expected Behavior
The two emails should have identical titles. The missing prefix seems to be an oversight.
Screenshots
Environment
Possible Solution
Add subject prefix by copy-pasting code
Without prefix
https://github.com/flarum/core/blob/f8edc2d827fee47dc78fbb75ee1d3b28580ed11d/src/Api/Controller/SendConfirmationEmailController.php#L85
With prefix
https://github.com/flarum/core/blob/0a6c5217c11e625aab5deec05bf6a6caf31bfa0d/src/User/AccountActivationMailer.php#L66
The text was updated successfully, but these errors were encountered: