Ignore:
Timestamp:
29 Dec 2009, 17:12:28 (15 years ago)
Author:
uli
Message:

Set adequate zope.View permissions.

Location:
waeup/branches/ulif-layout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/buildout.cfg

    r4582 r4586  
    4040                         password="grok"
    4141                         />
     42
     43              <grant permission="zope.View"
     44                     principal="zope.Authenticated" />
     45              <grant permission="zope.app.dublincore.view"
     46                     principal="zope.Authenticated" />
    4247
    4348              <!-- Replace the following directive if you don't want
  • waeup/branches/ulif-layout/src/waeup/ftesting.zcml

    r4578 r4586  
    3333  <grant
    3434      permission="zope.View"
    35       principal="zope.Everybody"
     35      principal="zope.Authenticated"
     36      />
     37  <grant
     38      permission="zope.app.dublincore.view"
     39      principal="zope.Authenticated"
    3640      />
    3741
Note: See TracChangeset for help on using the changeset viewer.