From 3bdb5912b9a88823e1ceeed139919b4303ef743e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 2 Oct 2019 14:58:55 -0400 Subject: [PATCH] Bug 23722 - Document allow_empty_passwords in the example SIP config file The example SIP config file in Koha is kind of a kitchen sink document where all available SIP2 options should be demonstrated. The allow_empty_passwords flag should be included in it. --- etc/SIPconfig.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml index 7a2fd65cc3..8f6a43b750 100644 --- a/etc/SIPconfig.xml +++ b/etc/SIPconfig.xml @@ -53,6 +53,7 @@ send_patron_home_library_in_af="1" cv_send_00_on_success="1" ct_always_send="1" + allow_empty_passwords="1" ae_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]" da_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]" av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]" > -- 2.21.0 (Apple Git-122)