Code Monkey home page Code Monkey logo

products.plonepas's Introduction

Overview
========

This product adapts the
"PluggableAuthService":http://svn.zope.org/PluggableAuthService/
for use by Plone.

Notes
-----

Why doesn't the title of my group, that I set in the ZODB, show up?
The title for a group comes from the properties plugin. The info
in the groups plugin isn't used, except for the name.

The value of the 'title' property on the portal_groupdata or
portal_memberdata tools themselves (as opposed to the group or
member data records within them) will not be used as a default for
the title of the group or member. This is to prevent UI confusion if
a title is set without realizing the implications. To remove this
special case, see 'plugins.property._getDefaultValues'.

If PAS caching is enabled (see the "Cache" tab) and the cache
manager does not have a 'cleanup' method (RAMCacheManager has one),
then changes to the memberdata schema will not effect users already
cached. In this case, restart the server or clear the cache (if
possible) for the changes to take effect.

Similarly, changes to the memberdata schema will not propagate to
member objects already in use. If you have a memberdata object and
change the memberdata properties you must re-construct the member by
saying portal_membership.getMemberById again.  See
'tests.test_properties.test_user_properties' for example.

By default, logout from users signed in under HTTP Basic Auth cannot
log out.  If you enable the "Credentials Reset" plugin for the HTTP
Basic plugin, the logout for cookies will no longer work. However,
this is not a problem if you're not using cookies.

Implementation
--------------

In some places, PlonePAS acts as an adaptor to make PAS provide
enough of GRUF's interface to satisfy Plone. All the monkey patches
in pas.py, for instance, extend PAS with expected methods.

PlonePAS also modifies Plone to work with PAS by providing
partially-new implementations of several tools.  In the tools/
directory you can see new tools for groups and members, as well as
the utils tool.

It also provides extra capabilities for PAS needed by plone, such as
mutable property sheets, local role calculation, creation of group
objects, and more.

Authorship
----------

Initial creation: The PAS CIGNEX Sprint Team [ Anders, Bob, Ben,
Chad, Gautham, Joel, Kapil, Michel, Micheal ]

Post-sprint work: J Cameron Cooper, Leo, Sidnei, Mark at "Enfold
Systems":http://enfoldsystems.com

Basic setAuthCookie support (to mimick CookieCrumbler):
Rocky Burt at "ServerZen Software":http://www.serverzen.com

Synced login process with Plone:
Dorneles Tremea at "PloneSolutions":http://plonesolutions.com

Bugfixes, various development and merging with Plone:
Wichert Akkerman at Simplon

Bugfixes, improvements to membership and property lookups:
Eric Steele and Erik Rose

products.plonepas's People

Contributors

jcameroncooper avatar wichert avatar hannosch avatar esteele avatar sidnei avatar chadwhitacre avatar mauritsvanrees avatar davisagli avatar jensens avatar alecpm avatar tdesvenain avatar djay avatar k-j-kleist avatar vincentfretin avatar joelburton avatar lrowe avatar stefanholek avatar glenfant avatar mrsavage avatar erral avatar rockyburt avatar rpatterson avatar erikrose avatar tomgross avatar bobdobbs666 avatar aclark4life avatar fschulze avatar gotcha avatar optilude avatar vangheem avatar

Watchers

Jean-Philippe Camguilhem  avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.