Bugzilla – Attachment 90945 Details for
Bug 23193
Make set_password.pl use Koha::Script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23193: Make set_password.pl use Koha::Script
Bug-23193-Make-setpasswordpl-use-KohaScript.patch (text/plain), 700 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-06-24 13:28:19 UTC
(
hide
)
Description:
Bug 23193: Make set_password.pl use Koha::Script
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-06-24 13:28:19 UTC
Size:
700 bytes
patch
obsolete
>From a8206b1c45326d76aeccb59326fdadfecaa0d2c5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 24 Jun 2019 10:28:00 -0300 >Subject: [PATCH] Bug 23193: Make set_password.pl use Koha::Script > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > misc/admin/set_password.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/admin/set_password.pl b/misc/admin/set_password.pl >index 0df9be318b..0915143503 100755 >--- a/misc/admin/set_password.pl >+++ b/misc/admin/set_password.pl >@@ -25,6 +25,7 @@ use Pod::Usage; > use String::Random; > > use Koha::Patrons; >+use Koha::Script; > > my ( $help, $password, $cardnumber, $patron_id, $userid ); > GetOptions( >-- >2.22.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 23193
:
90945
|
90949
|
91066