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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-5 / +2 lines)
Lines 47-56 Link Here
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
                                        <p>
49
                                        <p>
50
                                            It is your responsability to set a strong password, and the below meter will give you an estimate
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
                                            of your chosen passwords strength.</br>
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
                                            Hint: Passphrases are inherantly stronger than passwords, and
53
                                            come with the added bonus that they are often substantially easier to remember too.
54
                                        </p>
52
                                        </p>
55
                                        <div class="progress">
53
                                        <div class="progress">
56
                                            <div id="complexity-bar" class="bar bar-danger" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
54
                                            <div id="complexity-bar" class="bar bar-danger" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
57
- 

Return to bug 13664