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

Add xmlrpcuser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.