added settings to support configurable lockout

This commit is contained in:
Phallacy 2019-03-16 00:18:17 -07:00
parent 32290a7cd0
commit 8d3027d100
3 changed files with 12 additions and 2 deletions

View file

@ -154,6 +154,13 @@
</label>
<div class="fieldDescription checkboxFieldDescription">${OptionDisableUserHelp}</div>
</div>
<div class="inputContainer" id="fldLoginAttemptsBeforeLockout">
<label>
<input type="emby-input" type="number" id="txtLoginAttemptsBeforeLockout" min="-1" step="1" label="${LabelUserLoginAttemptsBeforeLockout}"/>
<span>${OptionLoginAttemptsBeforeLockout}</span>
</label>
<div class="fieldDescription">${OptionLoginAttemptsBeforeLockoutHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription" id="fldIsHidden">
<label>
<input type="checkbox" is="emby-checkbox" id="chkIsHidden" />