limit access to new login form to view space nodes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4194 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
0f332842b5
commit
7859555281
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@
|
|||
|
||||
<!-- login/logout -->
|
||||
|
||||
<page for="loops.interfaces.ILoopsObject"
|
||||
<page for="loops.interfaces.INode"
|
||||
name="login.html"
|
||||
class="loops.browser.auth.LoginForm"
|
||||
permission="zope.View" />
|
||||
|
||||
<page for="loops.interfaces.ILoopsObject"
|
||||
<page for="loops.interfaces.INode"
|
||||
name="logout.html"
|
||||
class="loops.browser.auth.Logout"
|
||||
permission="zope.View" />
|
||||
|
|
Loading…
Add table
Reference in a new issue