Bugzilla – Attachment 109251 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: (follow-up) Define boolean column in shcema
Bug-23816-follow-up-Define-boolean-column-in-shcem.patch (text/plain), 851 bytes, created by
Katrin Fischer
on 2020-08-27 18:11:45 UTC
(
hide
)
Description:
Bug 23816: (follow-up) Define boolean column in shcema
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-27 18:11:45 UTC
Size:
851 bytes
patch
obsolete
>From 370d6a2559daf24e022b505e99016004e567a717 Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Thu, 16 Apr 2020 17:59:17 -0300 >Subject: [PATCH] Bug 23816: (follow-up) Define boolean column in shcema > >Sponsored-by: Northeast Kansas Library - NEKLS > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Schema/Result/Category.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 43fe43df99..27cc1e2e5e 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -305,4 +305,8 @@ sub koha_objects_class { > 'Koha::Patron::Categories'; > } > >+__PACKAGE__->add_columns( >+ '+require_strong_password' => { is_boolean => 1 } >+); >+ > 1; >-- >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 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