Changeset 15813


Ignore:
Timestamp:
17 Nov 2019, 09:48:37 (5 years ago)
Author:
Henrik Bettermann
Message:

Enable XMLRPC User 1

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

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/buildout.cfg

    r15000 r15813  
    3939update-versions-file = versions.cfg
    4040
     41index = https://pypi.python.org/simple/
     42
    4143# eggs will be installed in the default buildout location
    4244# (see .buildout/default.cfg in your home directory)
  • main/kofacustom.edopoly/trunk/etc/site.zcml.in

    r15000 r15813  
    4646                 />
    4747
    48       <!-- XMLRPC user for demo and testing
    49            Plaintext password is xmlrpcuser1 -->
     48      <!-- XMLRPC user
     49           Plaintext password is (see iuokada) -->
    5050      <principal id="zope.xmlrpcuser1"
    5151                 title="XMLRPC User 1"
    5252                 login="xmlrpcuser1"
    53                  password="{SSHA}ZaL4-UiwmSu6AbLYY-yCS_8vtKpH5Hc6"
     53                 password="{SSHA}pPt6zgfKjDT4rkN2t6YzrvFrUIXikfni"
    5454                 password_manager="SSHA"
    5555                 />
Note: See TracChangeset for help on using the changeset viewer.