You are here: Home Plone products No-Go Challenger PAS plugin

No-Go Challenger PAS plugin (1.0)

1
by olena last modified 2008-05-22
0.0
0.0
0.0
0.0
Released on 2007-08-19 by Wichert Akkerman for Plone 2.1, Plone 2.5, Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
NoGoChallenger implements a very simple PAS challenger plugin. It will redirect users to a specific URL when they try to access an unauthorized resource.
NoGoChallenger implements a very simple PAS challenger plugin. It will redirect users to a specific URL when they try to access an unauthorized resource.

This is useful in environments where it is very uncommon or impossible  for users to login with a different account. The simplicity of this plugin makes it useful as an example plugin.

Usage

Using NoGoChallenger is very simple.

First, you must install it. You have two options: product install or egg install.

  1. Product Install
    Add the NoGoChallnger folder (likely obtained by downloading a .tgz) to the Products folder if your Zope instance and restart it.
  2. Egg install
    Add 'Products.NoGoChallenger' to your buildout or do an 'easy_install Products.NoGoChallenger'. There is no zcml in NoGoChallnger, so there is     no need to add it to your buildout zcml section or to create a zcml slug.


Second, you must configure it.

You can now add a No-Go Challenger to an acl_users object. There is a single configuration option: the path to the URL of the page you want     users to be redirect to.
After creating the No-Go challenger object you have to enable it. This can be done by going to the plugins object in acl_users and going to the challenger settings there. Move the newly created No-go challenger to the top of the list of active plugins and you are done.

Document Actions
Powered by Plone