[Checkins] SVN: zopeframework/trunk/source/migration/34to35.rst Also note the extraction of password managers from zope.app.authentication.

Dan Korostelev nadako at gmail.com
Mon Mar 16 10:55:31 EDT 2009


Log message for revision 98141:
  Also note the extraction of password managers from zope.app.authentication.

Changed:
  U   zopeframework/trunk/source/migration/34to35.rst

-=-
Modified: zopeframework/trunk/source/migration/34to35.rst
===================================================================
--- zopeframework/trunk/source/migration/34to35.rst	2009-03-16 14:48:48 UTC (rev 98140)
+++ zopeframework/trunk/source/migration/34to35.rst	2009-03-16 14:55:31 UTC (rev 98141)
@@ -197,7 +197,22 @@
 Other packages, that used ``zope.app.security``, like ``zope.securitypolicy`` are
 either already adapted to the changes or will be adapted soon.
 
+Password managers extracted from zope.app.authentication
+--------------------------------------------------------
 
+The `IPasswordManager` interface and its implementations were extracted from
+``zope.app.authentication`` into a new ``zope.password`` package to make them
+usable with other authentication systems, like ``z3c.authenticator`` or
+``zope.principalregistry`` or any custom one.
+
+It basically depends only on ``zope.interface``, so it can be really useful even
+in non-Zope environments, like ``Pylons``, for example.
+
+The `Password Manager Names` vocabulary is also moved into ``zope.password``,
+however, it's only useful with ``zope.schema`` and ``zope.component``, so you
+need them installed to work with them. They're listed in the "vocabulary" extra
+requirement specification.
+
 ZODB 3.9 FileStorage native blob support
 ----------------------------------------
 



More information about the Checkins mailing list