Anonymous PAS plugin
Category: Auth and User Management
—
Other products by this author
Current release: Anonymous PAS plugin 0.1.0
Released 2008-10-21 — tested with Plone 3.1, Plone 3.0
Used in a production environment for 1 customer
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
-------
This hacked PlonePAS collection of plugins was mostly ripped
from other plugins, especially from CookieAuthHelper
It gives anonymous users an automatic userid + roles
so this plugin can be used for anonymous content submission
Since everybody will get an automatic login, the standard 'login'
link will dissapear. You can ofcourse still manually go to the login_form
and login as a normal user. If necessary, you can ofcourse modify the default
action in plone, and also show this link for users with a userid starting
with 'anon_'
SECURITY NOTE:
after you installed this product, anyone will automatically get a login
to your plone site. So there will be no 'anonymous' users anomore
The standard role for these 'anon' users is set to 'Contributer'!
(see CONFIGURATION) on how to change this.
INSTALLATION
------------
Use the QuickInstaller. This will add the plugin to the list of plugins in
acl_users (PAS) of your plone instance.
CONFIGURATION
-------------
There are 2 configurable settings at the moment.
Go to the 'properties' tab of the anon plugin
1: cookie name
You can set a different cookie name then the default 'anon_cookie'
(but why should you?)
2: anonymous roles
You can set the roles that you wan each anonymous user to obtain.
If you want to, you can give everyone the 'Manager' role, but I don't
think this is very wise under normal conditions ;-)