mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
limit the maximum count of password / token check failures per IP/user per minute (#33)
This commit is contained in:
+2
-1
@@ -1167,7 +1167,8 @@
|
||||
"number invalid": "Число недействительно",
|
||||
"no files uploaded": "Файлы не загружены",
|
||||
"uploaded file is empty": "Загруженный файл пуст",
|
||||
"uploaded file size exceeds the maximum allowed size": "Размер загруженного файла превышает максимально допустимый размер"
|
||||
"uploaded file size exceeds the maximum allowed size": "Размер загруженного файла превышает максимально допустимый размер",
|
||||
"failure count exceeded maximum limit": "Failure count exceeded maximum limit, please try again after some time"
|
||||
},
|
||||
"parameter": {
|
||||
"id": "ID",
|
||||
|
||||
Reference in New Issue
Block a user