Disable mail dispatch on attempted account access #2345
Labels
feat
New feature or request.
good first issue
A good issue to tackle when being a novice to the project.
Preflight checklist
Describe your problem
When users recover access to their account, an email is sent for two cases:
The second case may be abused by a malicious actor to send out mass emails to accounts. This can lead to bad email reputation, for example.
You can try out the flow yourself:
[email protected]
). Wait for the email to arrive at the inbox and read it.Describe your ideal solution
A configuration option which allows the administrator to disable that. In the case that the option is enabled, no email would be sent if the user email is unknown. So the result should be:
Version
v0.9.0-alpha.2
The text was updated successfully, but these errors were encountered: