Bugzilla – Attachment 179683 Details for
Bug 39217
Self checkout: Fix ugly error on wrong password when logging in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39217: (follow-up) Break up text to improve spacing after tidy
Bug-39217-follow-up-Break-up-text-to-improve-spaci.patch (text/plain), 3.53 KB, created by
Owen Leonard
on 2025-03-25 13:02:39 UTC
(
hide
)
Description:
Bug 39217: (follow-up) Break up text to improve spacing after tidy
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-25 13:02:39 UTC
Size:
3.53 KB
patch
obsolete
>From 3c4959374810c50a19862c83c1c7990eded29e20 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 25 Mar 2025 12:56:06 +0000 >Subject: [PATCH] Bug 39217: (follow-up) Break up text to improve spacing after > tidy > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 8 +++++--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 8 +++++--- > 2 files changed, 10 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index 6dfe88d4be..dc820f017c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -76,9 +76,11 @@ > <!-- This is what is displayed if user doesn't have permission or account is locked. (Do not expose more information than needed.) --> > <div class="alert alert-info"> > <p >- >You entered an incorrect username or password. Please try again! But note that passwords are case >- sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you >- continue to have problems.</p >+ >You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. >+ [% IF Koha.Preference('FailedLoginAttempts') %] >+ Your account will be locked after a fixed number of failed login attempts. >+ [% END %] >+ Please contact a library staff member if you continue to have problems.</p > > > </div> > [% END %] >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 55122a58b3..8468bc3c9a 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 >@@ -298,9 +298,11 @@ > [% IF patronid && nouser %] > <div class="alert alert-info"> > <p >- >You entered an incorrect username or password. Please try again! But note that passwords are case >- sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you >- continue to have problems.</p >+ >You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. >+ [% IF Koha.Preference('FailedLoginAttempts') %] >+ Your account will be locked after a fixed number of failed login attempts. >+ [% END %] >+ Please contact a library staff member if you continue to have problems.</p > > > </div> > [% END %] >-- >2.39.5
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 39217
:
178870
|
179419
|
179564
|
179683
|
181032
|
181033