Skip to content

Commit c770757

Browse files
committed
bug(auth): unblockEmail rule was missing
1 parent 3be2974 commit c770757

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fxa-auth-server/config/rate-limit-rules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
sendVerifyCode : ip : 5 : 10 minutes : 30 minutes
4545
sendUnblockCode : email : 5 : 15 minutes : 15 minutes
4646
sendUnblockCode : ip : 5 : 10 minutes : 30 minutes
47+
unblockEmail : email : 5 : 15 minutes : 15 minutes
4748

4849
# Bad Login Attempts - These are specific to login failures. Again, the user hasn't authenticated yet, so we check both
4950
# email and ip.

0 commit comments

Comments
 (0)