Bugzilla – Attachment 83596 Details for
Bug 22047
set_password should have a 'skip_validation' param
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22047: Fix opac/opac-passwd.pl call
Bug-22047-Fix-opacopac-passwdpl-call.patch (text/plain), 1.01 KB, created by
Josef Moravec
on 2019-01-02 20:05:33 UTC
(
hide
)
Description:
Bug 22047: Fix opac/opac-passwd.pl call
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-01-02 20:05:33 UTC
Size:
1.01 KB
patch
obsolete
>From a031711b6f54f676f3ab04276210fd8b58f2dedf Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 26 Dec 2018 12:42:28 -0300 >Subject: [PATCH] Bug 22047: Fix opac/opac-passwd.pl call > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > opac/opac-passwd.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-passwd.pl b/opac/opac-passwd.pl >index 60d79f6..4c72d30 100755 >--- a/opac/opac-passwd.pl >+++ b/opac/opac-passwd.pl >@@ -60,7 +60,7 @@ if ( C4::Context->preference("OpacPasswordChange") ) { > $template->param( 'passwords_mismatch' => '1' ); > } else { > try { >- $patron->set_password( $new_password ); >+ $patron->set_password({ password => $new_password }); > $template->param( 'password_updated' => '1' ); > $template->param( 'borrowernumber' => $borrowernumber ); > } >-- >2.1.4
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 22047
:
83491
|
83492
|
83493
|
83582
|
83583
|
83584
|
83594
|
83595
|
83596
|
84422
|
84423
|
84424