Bugzilla – Attachment 110527 Details for
Bug 12617
Koha should let admins to configure automatically generated password complexity/difficulty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12617: DO NOT PUSH! Schema change
0002-Bug-12617-DO-NOT-PUSH-Schema-change.patch (text/plain), 1014 bytes, created by
Emmi Takkinen
on 2020-09-22 07:14:58 UTC
(
hide
)
Description:
Bug 12617: DO NOT PUSH! Schema change
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2020-09-22 07:14:58 UTC
Size:
1014 bytes
patch
obsolete
>From cdd09a6d94cc64f38d5fe5494631871e0af76caf Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@outlook.com> >Date: Tue, 22 Sep 2020 10:09:05 +0300 >Subject: [PATCH 2/3] Bug 12617: DO NOT PUSH! Schema change > >--- > Koha/Schema/Result/Category.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 0fdac2cc7c..e08ea6ab02 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -142,6 +142,11 @@ __PACKAGE__->table("categories"); > > data_type: 'tinyint' > is_nullable: 1 >+=head2 passwordpolicy >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 40 > > =head2 exclude_from_local_holds_priority > >@@ -210,6 +215,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "exclude_from_local_holds_priority", > { data_type => "tinyint", is_nullable => 1 }, >+ "passwordpolicy", >+ { data_type => "varchar", is_nullable => 1, size => 40 }, > ); > > =head1 PRIMARY KEY >-- >2.17.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 12617
:
37740
|
107382
|
107383
|
107384
|
109388
|
109389
|
110526
|
110527
|
110528
|
111297
|
111298
|
111299