From ea1efba0dae26bbb26db11d4d00a334741ffe56d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 6 Sep 2007 22:15:37 +0000 Subject: [PATCH] Monotone-Parent: 68829b8813dea7e8e29d7bf891b487ac57d66bbe Monotone-Revision: 96c27e14c931ea4da44d9e27355efd4f8b92a679 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-06T22:15:37 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/product.plist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UI/MainUI/product.plist b/UI/MainUI/product.plist index 213438a6b..c3ebb0993 100644 --- a/UI/MainUI/product.plist +++ b/UI/MainUI/product.plist @@ -10,7 +10,7 @@ classes = { SOGoRootPage = { superclass = "SoComponent"; - protectedBy = "View"; + protectedBy = ""; defaultRoles = { "View" = ( "Authenticated" ); }; @@ -60,16 +60,16 @@ SOGo = { // TODO: move decls to class methods = { view = { - protectedBy = "View"; + protectedBy = ""; pageName = "SOGoRootPage"; }; connect = { - protectedBy = "View"; - pageName = "SOGoRootPage"; + protectedBy = ""; + pageName = "SOGoRootPage"; actionName = "connect"; }; GET = { // more or less a hack, see README of dbd - protectedBy = "View"; + protectedBy = ""; pageName = "SOGoRootPage"; }; };