mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added settings to support configurable lockout
This commit is contained in:
parent
32290a7cd0
commit
8d3027d100
3 changed files with 12 additions and 2 deletions
|
@ -1300,6 +1300,7 @@
|
|||
"LabelUserAgent": "User agent:",
|
||||
"LabelUserLibrary": "User library:",
|
||||
"LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
|
||||
"LabelUserLoginAttemptsBeforeLockout": "Failed Logins before Lockout:",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
|
||||
"LabelUsername": "Username:",
|
||||
"LabelVaapiDevice": "VA API Device:",
|
||||
|
@ -1696,6 +1697,8 @@
|
|||
"OptionLikes": "Likes",
|
||||
"OptionList": "List",
|
||||
"OptionLocked": "Locked",
|
||||
"OptionLoginAttemptsBeforeLockout": "Determines how many incorrect password attempts can be made before lockout occurs.",
|
||||
"OptionLoginAttemptsBeforeLockoutHelp":"0 inherits the old default of 3 for non admin and 5 for admin, -1 to disable lockout",
|
||||
"OptionLogo": "Logo",
|
||||
"OptionMax": "Max",
|
||||
"OptionMenu": "Menu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue