Hello,

I just installed membrane+remember on a fresh Plone 3 site
using a buildout. (See buildout.cfg below.) Someone who
tries to register and clicks the "register" (join_form) link
is redirected to the login form. In the default Plone,
without membrane+remember, this is not the case.

The permission "Add portal member" is given to Anonymous.
The permissions "remember: Add FolderishMember" is given to
no one, but giving it to Anonymous doesn't make a difference.

How can i enable self-registering?

Regards,

Kees


Product versions:
remember 1.1dev (SVN checkout, linked from products folder)
membrane 1.1b3 (egg)

Site setup:
Plone 3.1.4
CMF 2.1.1
Zope (Zope 2.10.6-final, python 2.4.5, linux2)
Python 2.4.5 (#2, Jul 31 2008, 19:04:55) [GCC 4.2.3 (Ubuntu
4.2.3-2ubuntu7)]
PIL 1.1.6


buildout.cfg:
[buildout]
parts =
    plone
    productdistros
    instance
    zopepy

# Add additional egg download sources here. dist.plone.org
contains archives
# of Plone packages.
find-links =
    http://dist.plone.org
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads

# Add additional eggs here
# elementtree is required by Plone
eggs =
    elementtree
    Products.membrane

# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =

[plone]
recipe = plone.recipe.plone>=3.1.1,<3.2dev
# By overriding the download URLs and making them an empty
list, we
# Make sure our own products directory takes precedence
urls =


# Use this section to download additional old-style products.
# List any number of URLs for product tarballs under URLs
(separate
# with whitespace, or break over several lines, with
subsequent lines
# indented). If any archives contain several products inside
a top-level
# directory, list the archive file name (i.e. the last part
of the URL,
# normally with a .tar.gz suffix or similar) under
'nested-packages'.
# If any archives extract to a product directory with a
version suffix, list
# the archive name under 'version-suffix-packages'.
[productdistros]
recipe = plone.recipe.distros
urls =
nested-packages =
version-suffix-packages =

[instance]
recipe = plone.recipe.zope2instance
zope2-location = /home/kees/Zope-2.10.6-final
user = admin:
http-address = 8081
debug-mode = on
#verbose-security = on

# If you want Zope to know about any additional eggs, list
them here.
# This should include any development eggs you listed in
develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
    ${buildout:eggs}
    ${plone:eggs}

# If you want to register ZCML slugs for any packages, list
them here.
# e.g. zcml = my.package my.other.package
zcml =

products =
    ${buildout:directory}/products
    ${productdistros:location}
    /home/kees/products/Plone-3.1.4/Products

[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = /home/kees/Zope-2.10.6-final/lib/python
scripts = zopepy



--
Archive: 
http://www.openplans.org/projects/remember/lists/remember/archive/2008/08/1219217321895
To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to