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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-2 / +2 lines)
Lines 157-165 Link Here
157
                        [% END %]
157
                        [% END %]
158
158
159
                        [% IF SCO_login %]
159
                        [% IF SCO_login %]
160
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="auth" id="auth" method="post">
160
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="auth" id="auth" method="post" autocomplete="off">
161
                        [% ELSE %]
161
                        [% ELSE %]
162
                            <form action="[% script_name %]" name="auth" id="auth" method="post">
162
                            <form action="[% script_name %]" name="auth" id="auth" method="post" autocomplete="off">
163
                        [% END %]
163
                        [% END %]
164
                            <input type="hidden" name="koha_login_context" value="opac" />
164
                            <input type="hidden" name="koha_login_context" value="opac" />
165
                            <fieldset class="brief">
165
                            <fieldset class="brief">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 127-133 Link Here
127
                    <div class="alert" id="extended_unique_id_failed"><a href="#patron-attr-start-[% extended_unique_id_failed_code %]">[% extended_unique_id_failed_description _ ': ' %]</a> Value is already in use ([% extended_unique_id_failed_value %])</div>
127
                    <div class="alert" id="extended_unique_id_failed"><a href="#patron-attr-start-[% extended_unique_id_failed_code %]">[% extended_unique_id_failed_description _ ': ' %]</a> Value is already in use ([% extended_unique_id_failed_value %])</div>
128
                [% END %]
128
                [% END %]
129
129
130
                <form method="post" action="/cgi-bin/koha/opac-memberentry.pl" id="memberentry-form">
130
                <form method="post" action="/cgi-bin/koha/opac-memberentry.pl" id="memberentry-form" autocomplete="off">
131
131
132
                [%# Following on one line for translatability %]
132
                [%# Following on one line for translatability %]
133
                [% UNLESS ( hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) ) && hidden.defined('dateexpiry') && hidden.defined('branchcode') && hidden.defined('categorycode') %]
133
                [% UNLESS ( hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) ) && hidden.defined('dateexpiry') && hidden.defined('branchcode') && hidden.defined('categorycode') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-2 / +2 lines)
Lines 52-58 Link Here
52
                    [% IF ( OpacPasswordChange ) %]
52
                    [% IF ( OpacPasswordChange ) %]
53
                        [% IF ( Ask_data ) %]
53
                        [% IF ( Ask_data ) %]
54
54
55
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post">
55
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post" autocomplete="off">
56
                                <fieldset>
56
                                <fieldset>
57
                                    [% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minPasswordLength%] characters long.</div>[% END %]
57
                                    [% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minPasswordLength%] characters long.</div>[% END %]
58
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
58
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
Lines 71-77 Link Here
71
                            <h1>Password updated</h1>
71
                            <h1>Password updated</h1>
72
                            Your password has been changed
72
                            Your password has been changed
73
                        </div>
73
                        </div>
74
                        <form action="/cgi-bin/koha/opac-user.pl" method="post">
74
                        <form action="/cgi-bin/koha/opac-user.pl" method="post" autocomplete="off">
75
                            <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
75
                            <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
76
                            <p><input type="submit" class="btn" value="Return to your record" /></p>
76
                            <p><input type="submit" class="btn" value="Return to your record" /></p>
77
                        </form>
77
                        </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-2 / +1 lines)
Lines 66-72 Link Here
66
                                [% UNLESS ( loggedinusername ) %]
66
                                [% UNLESS ( loggedinusername ) %]
67
                                    [% UNLESS ( casAuthentication ) %]
67
                                    [% UNLESS ( casAuthentication ) %]
68
                                        <div id="login">
68
                                        <div id="login">
69
                                            <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
69
                                            <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off">
70
                                                <input type="hidden" name="koha_login_context" value="opac" />
70
                                                <input type="hidden" name="koha_login_context" value="opac" />
71
                                                <fieldset class="brief">
71
                                                <fieldset class="brief">
72
                                                    <legend>Log in to your account:</legend>
72
                                                    <legend>Log in to your account:</legend>
73
- 

Return to bug 19570