[Zope3-checkins]
CVS: Zope3/src/zope/app/browser/services/pluggableauth
- configure.zcml:1.10.2.1
Jim Fulton
jim at zope.com
Tue Sep 2 18:41:07 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv26498/src/zope/app/browser/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/browser/services/pluggableauth/configure.zcml 1.10 => 1.10.2.1 ===
--- Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml:1.10 Mon Aug 25 15:28:40 2003
+++ Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml Tue Sep 2 17:40:36 2003
@@ -79,6 +79,6 @@
fields="login password title description"
name="edit.html"
menu="zmi_views" title="Edit"
- permission="zope.ManageContent" />
+ permission="zope.ManagePrincipals" />
</zope:configure>
More information about the Zope3-Checkins
mailing list