Skip to content

Draft: Fix the problem of sending emails too frequently

Baodong requested to merge fix/resend_email_confirm_frequent into main-jh

Issue Link: #466

Upstream depended MR: gitlab-org/gitlab!78052 (merged)

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

Edited by Baodong

Merge request reports