Ignore:
Timestamp:
28 Feb 2013, 10:53:33 (12 years ago)
Author:
uli
Message:

Create a dedicated demo user for webservice XMLRPC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/etc/site.zcml.in

    r9217 r10007  
    4646                 />
    4747
     48      <!-- XMLRPC user for demo and testing
     49           Plaintext password is xmlrpcuser1
     50           Don't use it in real deployment -->
     51      <principal id="zope.xmlrpcuser1"
     52                 title="XMLRPC User 1"
     53                 login="xmlrpcuser1"
     54                 password="{SSHA}ZaL4-UiwmSu6AbLYY-yCS_8vtKpH5Hc6"
     55                 password_manager="SSHA"
     56                 />
     57
     58      <grant role="waeup.xmlrpcusers1"
     59             principal="zope.xmlrpcuser1" />
     60
     61
    4862      <!-- Replace the following directive if you do not want
    4963           public access -->
Note: See TracChangeset for help on using the changeset viewer.