Changeset 15800


Ignore:
Timestamp:
12 Nov 2019, 10:31:46 (5 years ago)
Author:
Henrik Bettermann
Message:

Change text. Diable xmlrpcuser1.

Location:
main/kofacustom.nigeria/trunk
Files:
3 edited

Legend:

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

    r13473 r15800  
    3838update-versions-file = versions.cfg
    3939
     40index = https://pypi.python.org/simple/
    4041
    4142# eggs will be installed in the default buildout location
  • main/kofacustom.nigeria/trunk/etc/site.zcml.in

    r11180 r15800  
    4848      <!-- XMLRPC user for demo and testing
    4949           Plaintext password is xmlrpcuser1
    50            Don't use it in real deployment -->
     50           Don't use it in real deployment
    5151      <principal id="zope.xmlrpcuser1"
    5252                 title="XMLRPC User 1"
     
    5555                 password_manager="SSHA"
    5656                 />
    57 
    5857      <grant role="waeup.xmlrpcusers1"
    5958             principal="zope.xmlrpcuser1" />
    60 
     59      -->
    6160
    6261      <!-- Replace the following directive if you do not want
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/browser_templates/enterpin.pt

    r15795 r15800  
    22
    33<p i18n:domain="kofacustom.nigeria" i18n:translate="">
    4     Enter confirmation number received from the bank.
    5     You should have authorized the payment of
     4    Enter confirmation number received from the bank after payment.
     5    Take note of the authorized payment amount which is
    66    <span tal:replace="context/amount_auth">1000.0</span> Naira.
    77</p>
Note: See TracChangeset for help on using the changeset viewer.