mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 23:58:22 +03:00
Some details here https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-crs-rulegroups-rules?tabs=drs21%2Cowasp32#crs930-32 https://github.com/coreruleset/coreruleset/blob/main/rules/restricted-files.data#L354
17 lines
534 B
JSON
17 lines
534 B
JSON
{
|
|
"form": {
|
|
"user": "Username",
|
|
"password": "Password",
|
|
"login": "Login",
|
|
"firstTimeLogin": "Trying to log in for the first time? Credentials are printed in the Frigate logs.",
|
|
"errors": {
|
|
"usernameRequired": "Username is required",
|
|
"passwordRequired": "Password is required",
|
|
"rateLimit": "Exceeded rate limit. Try again later.",
|
|
"loginFailed": "Login failed",
|
|
"unknownError": "Unknown error. Check logs.",
|
|
"webUnknownError": "Unknown error. Check console logs."
|
|
}
|
|
}
|
|
}
|