Bugzilla – Attachment 107978 Details for
Bug 26067
Member email validation based on MX record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26067 Follow-up added in sysprefs.sql
0001-Bug-26067-Follow-up-added-in-sysprefs.sql.patch (text/plain), 1.59 KB, created by
Amit Gupta
on 2020-08-09 18:13:53 UTC
(
hide
)
Description:
Bug 26067 Follow-up added in sysprefs.sql
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2020-08-09 18:13:53 UTC
Size:
1.59 KB
patch
obsolete
>From 4388627213376f5a559fa87296efe9a3cf4e0a00 Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@informaticsglobal.com> >Date: Sun, 9 Aug 2020 18:11:14 +0000 >Subject: [PATCH] Bug 26067 Follow-up added in sysprefs.sql > >--- > installer/data/mysql/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 6937558..4e44655 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -496,6 +496,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'), > ('PatronSelfRegistrationPrefillForm','1',NULL,'Display password and prefill login form after a patron has self registered','YesNo'), > ('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate his or her account.','YesNo'), >+('PatronEmailValidationMXrecord','0','NULL','Mail Exchange (MX) records are DNS records that are necessary for delivering email to Patron.','YesNo'), > ('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'), > ('EnablePayPalOpacPayments', '0', NULL , 'Enables the ability to pay fees and fines from the OPAC via PayPal', 'YesNo' ), > ('PatronQuickAddFields', '', NULL , 'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry', 'Free' ), >-- >2.7.4 >
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 26067
:
107975
|
107978
|
107979
|
108660
|
108932