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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc (-2 / +1 lines)
Lines 32-41 Link Here
32
            <div class="alert alert-danger">The patron has not been created the entered password was too weak, must contain at least one uppercase, and lower case letter and one number</div>
32
            <div class="alert alert-danger">The patron has not been created the entered password was too weak, must contain at least one uppercase, and lower case letter and one number</div>
33
        [% CASE 'ERROR_password_has_whitespaces' %]
33
        [% CASE 'ERROR_password_has_whitespaces' %]
34
            <div class="alert alert-danger">The patron has not been created the entered password contained whitespaces</div>
34
            <div class="alert alert-danger">The patron has not been created the entered password contained whitespaces</div>
35
        [% CASE %][% message | html %]
36
        [% CASE 'success_on_update_minPasswordLength_syspref' %]
35
        [% CASE 'success_on_update_minPasswordLength_syspref' %]
37
            <div class="alert alert-success">Minimum password length set!</div>
36
            <div class="alert alert-success">Minimum password length set!</div>
38
        [% CASE 'error_on_update_minPasswordLength_syspref' %]
37
        [% CASE 'error_on_update_minPasswordLength_syspref' %]
39
            <div class="alert alert-danger">Minimum password length not set!</div>
38
            <div class="alert alert-danger">Minimum password length not set!</div>
39
        [% CASE %][% message | html %]
40
    [% END %]
40
    [% END %]
41
[% END %]
41
[% END %]
42
- 

Return to bug 18308