feat: add frequency limit on requesting email per IP

This commit is contained in:
pplulee
2024-02-26 21:52:28 +00:00
parent 7d36d47ca1
commit 40e840b237
6 changed files with 25 additions and 1 deletions

View File

@ -89,6 +89,7 @@
"The coupon code cannot be used for this period": "The coupon code cannot be used for this period",
"Request failed, please try again later": "Request failed, please try again later",
"Register frequently, please try again after :minute minute": "Register frequently, please try again after :minute minute",
"Requesting emails too frequently, please try again after :minute minute": "Requesting emails too frequently, please try again after :minute minute",
"Uh-oh, we've had some problems, we're working on it.": "Uh-oh, we've had some problems, we're working on it",
"This subscription reset package does not apply to your subscription": "This subscription reset package does not apply to your subscription",
"Login to :name": "Login to :name",

View File

@ -89,6 +89,7 @@
"The coupon code cannot be used for this period": "此优惠券无法用于该付款周期",
"Request failed, please try again later": "请求失败,请稍后再试",
"Register frequently, please try again after :minute minute": "注册频繁,请等待 :minute 分钟后再次尝试",
"Requesting emails too frequently, please try again after :minute minute": "请求邮件过于频繁,请等待 :minute 分钟后再次尝试",
"Uh-oh, we've had some problems, we're working on it.": "遇到了些问题,我们正在进行处理",
"This subscription reset package does not apply to your subscription": "该订阅重置包不适用于你的订阅",
"Login to :name": "登入到 :name",