Bugzilla – Attachment 172035 Details for
Bug 33462
Force password change for new patrons entered by staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33462: Update Schema Files (Don't push)
Bug-33462-Update-Schema-Files-Dont-push.patch (text/plain), 1.75 KB, created by
Olivier Vezina
on 2024-09-26 19:18:40 UTC
(
hide
)
Description:
Bug 33462: Update Schema Files (Don't push)
Filename:
MIME Type:
Creator:
Olivier Vezina
Created:
2024-09-26 19:18:40 UTC
Size:
1.75 KB
patch
obsolete
>From f5d6b5b33034205c42feab6fa69aeaefbbeda5fc Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 17 Sep 2024 17:35:46 +0000 >Subject: [PATCH] Bug 33462: Update Schema Files (Don't push) > >Signed-off-by: Olivier V <olivier.vezina@inLibro.com> >--- > Koha/Schema/Result/Category.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 0dc6d41f8c..30a67d5d0e 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -215,6 +215,13 @@ define maximum amount that the guarantees of a patron in this category can have > > define maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked > >+=head2 force_password_reset_when_set_by_staff >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ >+if patrons of this category are required to reset password after being created by a staff member >+ > =cut > > __PACKAGE__->add_columns( >@@ -284,6 +291,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "noissueschargeguarantorswithguarantees", > { data_type => "integer", is_nullable => 1 }, >+ "force_password_reset_when_set_by_staff", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -391,8 +400,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-19 12:29:41 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WC8+n0x/UB9kDO1ZAVTo/A >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-09-17 17:34:19 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SZoU95HraPfIzszljOSHyQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.34.1
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 33462
:
153687
|
153688
|
153689
|
154395
|
154396
|
154397
|
167582
|
167583
|
167584
|
167585
|
167586
|
167587
|
167981
|
167982
|
167983
|
167984
|
167985
|
167986
|
168413
|
168414
|
168415
|
168416
|
168417
|
168418
|
168452
|
168453
|
168454
|
168455
|
168456
|
168457
|
171634
|
171635
|
171636
|
171637
|
171638
|
171639
|
171640
|
172030
|
172031
|
172032
|
172033
|
172034
|
172035
|
172036
|
172064
|
172065
|
172066
|
172067
|
172068
|
172069
|
172070
|
172071
|
173864
|
173865