Bugzilla – Attachment 86859 Details for
Bug 22559
OPAC Forgotten password functionality not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22559: Restore OPAC forgotten password functionality
Bug-22559-Restore-OPAC-forgotten-password-function.patch (text/plain), 1.20 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-03-21 18:17:32 UTC
(
hide
)
Description:
Bug 22559: Restore OPAC forgotten password functionality
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-03-21 18:17:32 UTC
Size:
1.20 KB
patch
obsolete
>From 31216211bfc41f73b47dc5655b7d90330241000d Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Thu, 21 Mar 2019 01:53:54 +0000 >Subject: [PATCH] Bug 22559: Restore OPAC forgotten password functionality > >To test: > >Enable OpacResetPassword >Create a borrower with a username and password >Go to the OPAC, try to reset the password (I always get the reset link > token out of the message_queue in the database rather than worry about > receiving the actual email. You do you.) >Go to the link provided. >Attempt to set a password, this should fail. >Apply this patch >Go through the process again, password should be reset. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > opac/opac-password-recovery.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-password-recovery.pl b/opac/opac-password-recovery.pl >index 6429f7b9a1..e4b5a91953 100755 >--- a/opac/opac-password-recovery.pl >+++ b/opac/opac-password-recovery.pl >@@ -13,6 +13,7 @@ use Koha::Patrons; > use Koha::Patrons; > my $query = new CGI; > use HTML::Entities; >+use Try::Tiny; > > my ( $template, $dummy, $cookie ) = get_template_and_user( > { >-- >2.21.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 22559
:
86854
|
86857
| 86859