[Zope-CMF] Add CMF Sites

Mark McEahern mark@mceahern.com
Thu, 17 Oct 2002 16:03:12 -0500


This is a very minor question, but I was grepping through the source on
disk, trying to find where "Add CMF Sites" (the permission) is defined--and
I couldn't find it!  Where is this permission defined?  I have CMF 1.3.
Here's the search:

<!--search-->

$ find -type f -exec grep -H -i "Add CMF Sites" {} \;
./CMFDefault/help/CreateCMFSite.stx:      (ZMI) with a user ID having the
"Add CMF Sites" permission
./docs/CMFDocumentation.stx:          management interface (ZMI). You must
also have the "Add CMF Sites"

<!--search-->

Of course, I first looked in CMFCore/CMFCorePermissions.py, expecting to
find it there--no luck.

Thanks,

// mark

-