[Zope3-checkins] CVS: Zope3/src/zope/app/services/pluggableauth -
configure.zcml:1.5.2.1
Jim Fulton
jim at zope.com
Tue Sep 2 18:40:40 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv26498/src/zope/app/services/pluggableauth
Modified Files:
Tag: user-preferences-branch
configure.zcml
Log Message:
Checking in some work (on a branch) that Staphan and I did toward
implementing user preferences. More work is needed to finish this up.
Detailed log messages need to be provided in the merge.
=== Zope3/src/zope/app/services/pluggableauth/configure.zcml 1.5 => 1.5.2.1 ===
--- Zope3/src/zope/app/services/pluggableauth/configure.zcml:1.5 Fri Aug 22 16:02:20 2003
+++ Zope3/src/zope/app/services/pluggableauth/configure.zcml Tue Sep 2 17:40:39 2003
@@ -51,11 +51,12 @@
permission="zope.ManageServices"
/>
<allow
- interface="zope.app.interfaces.services.pluggableauth.IUserSchemafied"
+ attributes="id title description"
/>
<require
- permission="zope.ManageServices"
+ permission="zope.ManagePrincipals"
set_schema="zope.app.interfaces.services.pluggableauth.IUserSchemafied"
+ attributes="login password"
/>
</content>
More information about the Zope3-Checkins
mailing list