From ba0f6c5ed377a9f0055a27e5abb038a6ab00be93 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. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer --- etc/SIPconfig.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml index ece246651a..1e5c2314a2 100644 --- a/etc/SIPconfig.xml +++ b/etc/SIPconfig.xml @@ -54,6 +54,7 @@ cv_send_00_on_success="1" ct_always_send="1" cv_triggers_alert="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.11.0