Bugzilla – Attachment 129217 Details for
Bug 29543
Self-checkout allows returning everybody's loans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29543: Set autocomplete off for SCO login fields
Bug-29543-Set-autocomplete-off-for-SCO-login-field.patch (text/plain), 1.87 KB, created by
Katrin Fischer
on 2022-01-08 20:18:11 UTC
(
hide
)
Description:
Bug 29543: Set autocomplete off for SCO login fields
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-01-08 20:18:11 UTC
Size:
1.87 KB
patch
obsolete
>From d5b66056c41d50f88d727083b3f5951d9cb31c62 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 5 Jan 2022 16:06:15 +0000 >Subject: [PATCH] Bug 29543: Set autocomplete off for SCO login fields > >Cardnumber already had it set, adding for username and password > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 86bd857d18..19939a7d5c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -408,9 +408,9 @@ > [% IF ( Koha.Preference('SelfCheckoutByLogin') ) %] > <legend>Log in to your account</legend> > <label for="patronlogin">Login:</label> >- <input type="text" id="patronlogin" class="focus noEnterSubmit" size="20" name="patronlogin" /> >+ <input type="text" id="patronlogin" class="focus noEnterSubmit" size="20" name="patronlogin" autocomplete="off"/> > <label for="patronpw">Password:</label> >- <input type="password" id="patronpw" size="20" name="patronpw" /> >+ <input type="password" id="patronpw" size="20" name="patronpw" autocomplete="off"/> > <fieldset class="action"> > <button type="submit" class="btn btn-primary">Log in</button> > </fieldset> >-- >2.30.2
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 29543
:
129022
|
129023
|
129024
|
129025
|
129026
|
129031
|
129032
|
129033
|
129034
|
129035
|
129036
|
129037
|
129039
|
129133
|
129210
|
129211
|
129212
|
129213
|
129214
|
129215
|
129216
| 129217 |
129679