From: michael spreng Date: Wed, 26 Jun 2024 08:05:21 +0000 (+0200) Subject: add qfsessionwarning CiviCRM extension X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/eaa838dda190dc8b2c9f6d0df3fbfb894cb112d5 add qfsessionwarning CiviCRM extension qfsessionwarning Alerts the user about expired session cookies, for example if a user walks away from a contribution page and comes back later Also reduces messages in the log. --- diff --git a/cookbooks/civicrm/attributes/default.rb b/cookbooks/civicrm/attributes/default.rb index 02a675e31..f06407cf2 100644 --- a/cookbooks/civicrm/attributes/default.rb +++ b/cookbooks/civicrm/attributes/default.rb @@ -86,3 +86,10 @@ default[:civicrm][:extensions][:sweetalert][:revision] = "1.6" default[:civicrm][:extensions][:firewall][:name] = "org.civicrm.firewall" default[:civicrm][:extensions][:firewall][:repository] = "https://lab.civicrm.org/extensions/firewall.git" default[:civicrm][:extensions][:firewall][:revision] = "1.5.10" + +# qfsessionwarning Alerts the user about expired session cookies, +# for example if a user walks away from a contribution page and comes back later +# Also reduces messages in the log. +default[:civicrm][:extensions][:qfsessionwarning][:name] = "org.civicrm.qfsessionwarning" +default[:civicrm][:extensions][:qfsessionwarning][:repository] = "https://lab.civicrm.org/extensions/qfsessionwarning.git" +default[:civicrm][:extensions][:qfsessionwarning][:revision] = "1.3"