Skip to content

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:

截屏2022-01-12_17.30.48

invalid action:

截屏2022-01-12_17.30.25

Baodong 编辑于

合并请求报告