Overview

AccessControl provides a general security framework for use in Zope2.

Changelog

2.13.5 (unreleased)

2.13.4 (2011-01-11)

  • Return the created user in _doAddUser.
  • Added IUser interface.
  • LP #659968: Added support for level argument to the __import__ function as introduced in Python 2.5. Currently only level=-1 is supported.

2.13.3 (2010-08-28)

  • Added a role subdirective for the permission ZCML directive. If any roles are specified, they will override the default set of default roles (Manager).

2.13.2 (2010-07-16)

  • Added override_existing_protection parameter to the protectName helper.

2.13.1 (2010-06-19)

  • Restore security declarations for deprecated sets module.

2.13.0 (2010-06-19)

  • Released as separate package.