Ignore:
Timestamp:
17 Nov 2019, 16:02:22 (5 years ago)
Author:
Henrik Bettermann
Message:

Disable XMLRPC User1

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

Legend:

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

    r14035 r15815  
    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.coewarri/trunk/etc/site.zcml.in

    r14035 r15815  
    4747
    4848      <!-- XMLRPC user for demo and testing
    49            Plaintext password is xmlrpcuser1 -->
     49           Plaintext password is xmlrpcuser1
    5050      <principal id="zope.xmlrpcuser1"
    5151                 title="XMLRPC User 1"
     
    5656      <grant role="waeup.xmlrpcusers1"
    5757             principal="zope.xmlrpcuser1" />
     58
     59      -->
    5860
    5961      <!-- Replace the following directive if you do not want
Note: See TracChangeset for help on using the changeset viewer.