Bugzilla – Attachment 134759 Details for
Bug 29925
Add a 'set new password' page for patron's with expired passwords
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29925: (follow-up) Add new pref in sysprefs.sql
Bug-29925-follow-up-Add-new-pref-in-sysprefssql.patch (text/plain), 1.52 KB, created by
Fridolin Somers
on 2022-05-06 20:02:55 UTC
(
hide
)
Description:
Bug 29925: (follow-up) Add new pref in sysprefs.sql
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-05-06 20:02:55 UTC
Size:
1.52 KB
patch
obsolete
>From cfdca9247e89ac8bb5b7306e707fd33d17b4d746 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 6 May 2022 09:50:14 -1000 >Subject: [PATCH] Bug 29925: (follow-up) Add new pref in sysprefs.sql > >--- > installer/data/mysql/mandatory/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 2b7259e80e..11f03ec24d 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -201,6 +201,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('EmailPurchaseSuggestions','0','0|EmailAddressForSuggestions|BranchEmailAddress|KohaAdminEmailAddress','Choose email address that new purchase suggestions will be sent to: ','Choice'), > ('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), > ('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), >+('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), > ('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), > ('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), > ('EnableSearchHistory','0','','Enable or disable search history','YesNo'), >-- >2.35.3
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 29925
:
129877
|
129958
|
130357
|
130443
|
130684
|
130685
|
133749
|
134474
|
134475
| 134759