~aelkner/schooltool/schooltool.cas

« back to all changes in this revision

Viewing changes to src/schooltool/cas/configure.zcml

  • Committer: Alan Elkner
  • Date: 2008-06-09 21:37:06 UTC
  • Revision ID: aelkner@ubuntu-20080609213706-lpu366ev9ou1rg5i
fixed logout view and plugin unauthorized method

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
  <browser:page
20
20
      name="logout.html"
21
 
      for="*"
 
21
      for=".ICASAuthenticationPlugin"
22
22
      layer="schooltool.skin.ISchoolToolLayer"
23
23
      class=".LogoutView"
24
24
      permission="zope.Public"