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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-3 / +4 lines)
Lines 46-58 Link Here
46
                                    [% UNLESS ( ShortPass ) %]
46
                                    [% UNLESS ( ShortPass ) %]
47
                                    <div class="alert alert-info">
47
                                    <div class="alert alert-info">
48
                                        <p>Your password must be at least [% minpasslen %] characters long.</p>
48
                                        <p>Your password must be at least [% minpasslen %] characters long.</p>
49
                                        [% IF (OPACPasswordStrength) %]
49
                                        <p>
50
                                        <p>
50
                                            It is your responsibility to set a strong password, and the meter below will give you an estimate of your chosen passwords strength.</p>
51
                                            It is your responsibility to set a strong password, and the meter below will give you an indication of the strength of your chosen password.</p>
51
                                            <p> Hint: Passphrases are inherently stronger than passwords, and come with the added bonus that they are often substantially easier to remember too.
52
                                            <p> Hint: Passphrases are inherently stronger than passwords, and are often substantially easier to remember.
52
                                        </p>
53
                                        </p>
53
                                        <div class="progress">
54
                                        <div class="progress">
54
                                            <div id="complexity-bar" class="bar bar-danger" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
55
                                            <div id="complexity-bar" class="bar bar-danger" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
55
                                        </div>
56
                                        </div>
57
                                        [% END %]
56
                                    </div>
58
                                    </div>
57
                                    [% END %]
59
                                    [% END %]
58
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
60
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
59
- 

Return to bug 13664