source: products/quintagroup.plonecaptchas/branches/plone4/quintagroup/plonecaptchas/browser/configure.zcml @ 2503

Last change on this file since 2503 was 2503, checked in by mylan, 14 years ago

#194: Removed Add user form protection with captcha, which allowed only for group manager.

File size: 480 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    xmlns:five="http://namespaces.zope.org/five"
5    i18n_domain="plone">
6
7    <!-- Join form definition -->
8    <browser:page
9      name="register"
10      for="plone.app.layout.navigation.interfaces.INavigationRoot"
11      class=".register.CaptchaRegistrationForm"
12      layer="..interfaces.IQGPloneCaptchas"
13      permission="cmf.AddPortalMember"
14      />
15
16</configure>
Note: See TracBrowser for help on using the repository browser.