Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

File:
1 edited

Legend:

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

    r10765 r11940  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="kofacustom.skeleton">
     3           i18n_domain="kofacustom.wdu">
    44
    5   <include package="kofacustom.skeleton" />
    6   <include package="kofacustom.skeleton" file="mail.zcml" />
     5  <include package="kofacustom.wdu" />
     6  <include package="kofacustom.wdu" file="mail.zcml" />
    77
    88  <!-- install job container
     
    2929      path="${buildout:directory}/var/datacenter" />
    3030
    31     <configure i18n_domain="kofacustom.skeleton">
     31    <configure i18n_domain="kofacustom.wdu">
    3232
    3333      <unauthenticatedPrincipal id="zope.anybody"
     
    4242                 title="Manager"
    4343                 login="grok"
    44                  password_manager="SHA1"
    45                  password="321b9cd3739bd029629243732eb682db005a7541f7509622"
     44                 password_manager="SSHA"
     45                 password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8"
    4646                 />
    4747
Note: See TracChangeset for help on using the changeset viewer.