Fix the problem of sending emails too frequently
Issue Link: #466 (closed)
Upstream depended MR(Prepend EmailsController and ConfirmService): https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78052
Proposal
We add frequency limits to Resend confirmation email
button to reduce the count of malicious emails that are triggered.
Only one resend action is allowed per minute.
Views
valid action:
invalid action:
由 Baodong 编辑于