Lines 231-237
Link Here
|
231 |
</li> |
231 |
</li> |
232 |
<li> |
232 |
<li> |
233 |
<label for="min_password_length">Minimum password length:</label> |
233 |
<label for="min_password_length">Minimum password length:</label> |
234 |
<input id="min_password_length" type="text" inputmode="numeric" pattern="[0-9]*" name="min_password_length" value="[% category.min_password_length | html %]"/> |
234 |
<input id="min_password_length" type="text" inputmode="numeric" name="min_password_length" value="[% category.min_password_length | html %]"/> |
235 |
<span>Leave blank to use system default ([% Koha.Preference('minPasswordLength') | html %])</span> |
235 |
<span>Leave blank to use system default ([% Koha.Preference('minPasswordLength') | html %])</span> |
236 |
</li> |
236 |
</li> |
237 |
<li class="pwd_setting_wrapper"> |
237 |
<li class="pwd_setting_wrapper"> |