View | Details | Raw Unified | Return to bug 23816
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
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">
(-)a/koha-tmpl/intranet-tmpl/prog/js/categories.js (-1 / +3 lines)
Lines 84-89 $(document).ready(function() { Link Here
84
            },
84
            },
85
            category_type: {
85
            category_type: {
86
                required: true
86
                required: true
87
            },
88
            min_password_length: {
89
                digits: true
87
            }
90
            }
88
        },
91
        },
89
        messages: {
92
        messages: {
90
- 

Return to bug 23816