Changeset 15812


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

Add xmlrpcuser.

Location:
main/waeup.aaue/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/buildout.cfg

    r11514 r15812  
    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/waeup.aaue/trunk/etc/site.zcml.in

    r9625 r15812  
    4646                 />
    4747
     48      <!-- XMLRPC user
     49           Plaintext password is (see iuokada) -->
     50      <principal id="zope.xmlrpcuser1"
     51                 title="XMLRPC User 1"
     52                 login="xmlrpcuser1"
     53                 password="{SSHA}pPt6zgfKjDT4rkN2t6YzrvFrUIXikfni"
     54                 password_manager="SSHA"
     55                 />
     56      <grant role="waeup.xmlrpcusers1"
     57             principal="zope.xmlrpcuser1" />
     58
    4859      <!-- Replace the following directive if you do not want
    4960           public access -->
Note: See TracChangeset for help on using the changeset viewer.