Bugzilla – Attachment 86854 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.07 KB, created by
Liz Rea
on 2019-03-21 17:13:26 UTC
(
hide
)
Description:
Bug 22559: Restore OPAC forgotten password functionality
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-03-21 17:13:26 UTC
Size:
1.07 KB
patch
obsolete
>From c35c2af3b5d46e5edcc3854f4bf30c547b7e580e 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. >--- > 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.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 22559
:
86854
|
86857
|
86859