[Zope3-checkins] SVN: Zope3/trunk/ Added support for removing a
principal from a principal registry. We're using this to update
principal info (via replace) for a management tool that lets an
admin change his or her login/password without reprocessing ZCML.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Mar 11 17:29:34 EST 2005
On Friday 11 March 2005 12:43, Garrett Smith wrote:
> Added support for removing a principal from a principal registry. We're
> using this to update principal info (via replace) for a management tool
> that lets an admin change his or her login/password without reprocessing
> ZCML.
I think this change needs to be discussed more. Global registries, like the
principal registry, should not support any modification and deletion in their
API! Only ZCML can setup global components.
You should use a local principal registry such as PAU instead.
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-Checkins
mailing list