Ignore:
Timestamp:
28 Feb 2013, 13:21:07 (12 years ago)
Author:
Henrik Bettermann
Message:

Add XMLRPC user for demo and testing.

File:
1 edited

Legend:

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

    r9622 r10008  
    4646                 />
    4747
     48      <!-- XMLRPC user for demo and testing
     49           Plaintext password is xmlrpcuser1 -->
     50      <principal id="zope.xmlrpcuser1"
     51                 title="XMLRPC User 1"
     52                 login="xmlrpcuser1"
     53                 password="{SSHA}ZaL4-UiwmSu6AbLYY-yCS_8vtKpH5Hc6"
     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.