Changeset 17295


Ignore:
Timestamp:
16 Jan 2023, 20:40:25 (20 months ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

Location:
main/kofacustom.lpng/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/etc/site.zcml.in

    r17254 r17295  
    11<configure xmlns="http://namespaces.zope.org/zope"
     2           xmlns:browser="http://namespaces.zope.org/browser"
    23           xmlns:kofa="http://namespaces.waeup.org/kofa"
    34           xmlns:kofacustomng="http://namespaces.waeup.org/kofacustomng"
     
    7172             principal="zope.manager" />
    7273   </configure>
     74
     75   <!-- session -->
     76   <browser:beakerSession
     77        key="waeup.kofa.session.id"
     78        secret="KofaRocks"
     79        timeout="3600"
     80        type="cookie"
     81        validate_key="thisMightBeChanged"
     82        />
     83       
    7384</configure>
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/ftesting.zcml

    r16983 r17295  
    11<configure
    22   xmlns="http://namespaces.zope.org/zope"
     3   xmlns:browser="http://namespaces.zope.org/browser"
    34   xmlns:kofa="http://namespaces.waeup.org/kofa"
    45   i18n_domain="kofacustom.lpng"
     
    6566  <grant role="zope.Manager" principal="zope.mgr" />
    6667
     68   <!-- session -->
     69   <browser:beakerSession
     70        key="waeup.kofa.session.id"
     71        secret="KofaRocks"
     72        timeout="3600"
     73        type="cookie"
     74        validate_key="thisMightBeChanged"
     75        />
     76       
    6777</configure>
Note: See TracChangeset for help on using the changeset viewer.