Bugzilla – Attachment 69218 Details for
Bug 19570
autocomplete="off" no set for login forms at the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19570: Add autocomplete to opac-main as well
Bug-19570-Add-autocomplete-to-opac-main-as-well.patch (text/plain), 2.19 KB, created by
Katrin Fischer
on 2017-11-19 21:20:52 UTC
(
hide
)
Description:
Bug 19570: Add autocomplete to opac-main as well
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-11-19 21:20:52 UTC
Size:
2.19 KB
patch
obsolete
>From d006228b0bba674c87439f746f8a3731e28e2162 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 6 Nov 2017 15:10:45 +0000 >Subject: [PATCH] Bug 19570: Add autocomplete to opac-main as well > >To confirm all the files were modified for opac, typed >this: >$ git grep -i password | grep opac | grep -v "[.]po:" | grep >"opac[^/]*[.]tt:" | cut -f1 -d: | sort -u > >The follow output was handled as follows: > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt >These were already done in the first patch. > > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >This already had the autocomplete modification. > > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >This was a false-find. There was no modification necessary. > > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >This is the modal login in. This patch amends it. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index 3399c3812a..a560a4af2d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -110,7 +110,7 @@ > [% UNLESS ( loggedinusername ) %] > [% UNLESS ( casAuthentication || shibbolethAuthentication ) %] > <div id="login"> >- <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth"> >+ <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off"> > <input type="hidden" name="koha_login_context" value="opac" /> > <fieldset class="brief"> > <legend>Log in to your account:</legend> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19570
:
68901
|
68981
|
69217
|
69218
|
69373
|
69374
|
69654
|
69655