Bugzilla – Attachment 109525 Details for
Bug 23816
Allow to have different password strength and length settings for different patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23816: Set default value in tests
Bug-23816-Set-default-value-in-tests.patch (text/plain), 1.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-09-02 12:55:04 UTC
(
hide
)
Description:
Bug 23816: Set default value in tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-09-02 12:55:04 UTC
Size:
1.09 KB
patch
obsolete
>From 8d9a00e64001740a1a58b897bfade1dc604b456d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Aug 2020 08:48:19 +0200 >Subject: [PATCH] Bug 23816: Set default value in tests > >We tell TestBuilder to generate the categories with NULL (and rely on >the sysprefs) > >Signed-off-by: Agustin Moyano <agustinmoyano@theke.io> > >https://bugs.koha-community.org/show_bug.cgi?id=23826 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/lib/TestBuilder.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 065af37563..c40f6e6149 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -559,6 +559,8 @@ sub _gen_default_values { > reservefee => 0, > # Not X, used for statistics > category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] }, >+ min_password_length => undef, >+ require_strong_password => undef, > }, > Branch => { > pickup_location => 0, >-- >2.28.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 23816
:
103099
|
103100
|
103101
|
103102
|
103103
|
103104
|
103108
|
103109
|
103110
|
103111
|
103112
|
103113
|
103805
|
103806
|
103807
|
103808
|
103809
|
103810
|
107158
|
107159
|
107160
|
107161
|
107162
|
107163
|
108554
|
108555
|
108556
|
108557
|
108558
|
108559
|
108571
|
108572
|
109243
|
109244
|
109245
|
109249
|
109250
|
109251
|
109252
|
109253
|
109254
|
109255
|
109256
|
109257
|
109520
|
109521
|
109522
|
109523
|
109524
| 109525 |
109526
|
109527
|
109528
|
109833
|
109834