Close Site

by Jose Santos last modified Feb 16, 2011 02:03 AM

Small product to "close" a site, so that users can NOT register.

Project Description

Warning: This product was made for early versions of plone (2.X) . In Plone 3.X there is no reason to use it.

Close site is a Plone Product that implements some simple (but often forgoten) "security patches", so that users can NOT register in a plone site. It also disables some plone features related to this issue.

You should use close site, if you have a plone site, where you DONT want users to register, or use any features plone provides to web-registred users (like "mail password").

As said, this is a simple product. It will NOT resolve all security problems that plone may (or may not) have. ;)

On install:


1) Disable Forms

# Join Site:
"join_form"
"join_form_validate"

# Alter password
"login_password"
"login_password_validate"

# Register a user
"register"
"registered"

# Mail password
"mail_password_form"
"mail_password_response"

2) Remove Permissions

# Permission to add new member
"Add portal member"

# Permission to mail password
"Mail forgotten password"

# Permission to change password
"Set own password"

On uninstall:


1) Restore Permissions

# Permission to add new member

"Add portal member"

 

# Permission to mail password

"Mail forgotten password"

 

# Permission to change password

"Set own password"

 

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Status
0.1 First release More about this release…
Plone 2.1.2
alpha

Comments (0)