Bugzilla – Attachment 115591 Details for
Bug 27479
Improve link text after successfully resetting password in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27479: changed link text to be more helpful
Bug-27479-changed-link-text-to-be-more-helpful.patch (text/plain), 1.56 KB, created by
Kyle M Hall (khall)
on 2021-01-21 18:47:20 UTC
(
hide
)
Description:
Bug 27479: changed link text to be more helpful
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 18:47:20 UTC
Size:
1.56 KB
patch
obsolete
>From 55605237b0122f8704165f11f8a5fadbc91d7561 Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 23:06:41 +0000 >Subject: [PATCH] Bug 27479: changed link text to be more helpful > >Test plan: >1. Follow the steps above to reproduce, and notice how the link says >"Click here to login" >2. Apply patch >3. Follow the steps above to reproduce again, but now notice how the >link says "Log in to your account" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >index 045d15ab2d..c2f0c9654a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >@@ -175,7 +175,7 @@ > [% ELSIF (password_reset_done) %] > <div class="alert alert-success"> > <p>The password has been changed for user "[% username | html %]".</p> >- <a href="/cgi-bin/koha/opac-user.pl">Click here to login.</a> >+ <a href="/cgi-bin/koha/opac-user.pl">Log in to your account.</a> > </div> > [% END # /IF (! Categories.can_any_reset_password ) %] > </div><!-- / #password-recovery --> >-- >2.24.1 (Apple Git-126)
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 27479
:
115477
|
115587
|
115591
|
115695