Bugzilla – Attachment 96999 Details for
Bug 23473
Add option to import/overwrite passwords when using the patron import tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23473: (follow-up) Make passwords 'secure' for tests
Bug-23473-follow-up-Make-passwords-secure-for-test.patch (text/plain), 1.27 KB, created by
Nick Clemens (kidclamp)
on 2020-01-08 15:03:17 UTC
(
hide
)
Description:
Bug 23473: (follow-up) Make passwords 'secure' for tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-01-08 15:03:17 UTC
Size:
1.27 KB
patch
obsolete
>From f23865fde6e12411e658b722c94c2987303bd043 Mon Sep 17 00:00:00 2001 >From: Nick <nick@bywatersolutions.com> >Date: Thu, 3 Oct 2019 13:08:53 +0000 >Subject: [PATCH] Bug 23473: (follow-up) Make passwords 'secure' for tests > >--- > t/db_dependent/Koha/Patrons/Import.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Patrons/Import.t b/t/db_dependent/Koha/Patrons/Import.t >index 56f26d7270..26ca3c60fd 100644 >--- a/t/db_dependent/Koha/Patrons/Import.t >+++ b/t/db_dependent/Koha/Patrons/Import.t >@@ -442,8 +442,8 @@ subtest 'test_import_with_password_overwrite' => sub { > my $branchcode = $builder->build({ source => "Branch"})->{branchcode}; > my $categorycode = $builder->build({ source => "Category"})->{categorycode}; > my $csv_headers = 'surname,userid,branchcode,categorycode,password'; >- my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest"; >- my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern"; >+ my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest1"; >+ my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern1"; > my $defaults = { cardnumber => "" }; #currently all the defaults come as "" if not filled > > #Make the test files for importing >-- >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 23473
:
92352
|
93073
|
93074
|
93594
|
94822
|
95049
|
95050
|
95051
|
95052
|
96998
|
96999
|
97000
|
97001
|
97002
|
97003
|
98382
|
101981
|
101982
|
101983
|
101984
|
101985
|
101986
|
101987
|
101988