iw.rejectanonymous
This package is made to reject unconditionnally anonymous users from a plone site.
Project Description
This package is made to reject unconditionnally anonymous users from a plone
site; they should get redirected by plone to login form. The basic use case is
an extranet, where all visitors must be authenticated.
Installation
In you buildout.cfg file, add iw.rejectanonymous to your eggs section. Restart the buildout.
Mark your project as private with this zcml code :
<include package="iw.rejectanonymous" />
<class class="Products.CMFPlone.Portal.PloneSite">
<implements interface="iw.rejectanonymous.IPrivateSite" />
</class>
Current Release
iw.rejectanonymous 1.0.2
Released Oct 10, 2011 — tested with Plone 4.1, Plone 4, Plone 3
Bugfix release
More about this release…
-
Get
iw.rejectanonymous
for
all platforms
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0.2 | Oct 10, 2011 | Bugfix release More about this release… |
Plone 4.1
Plone 4
Plone 3
|
GPL | final |
| 1.0.1 | Oct 08, 2010 | Bugfix release : allow access to password reset pages. More about this release… |
Plone 4
Plone 3
|
GPL | final |

