diff --git a/UI/MainUI/product.plist b/UI/MainUI/product.plist index 8cca37cd0..a189d3c30 100644 --- a/UI/MainUI/product.plist +++ b/UI/MainUI/product.plist @@ -19,6 +19,9 @@ superclass = "SOGoFolder"; protectedBy = ""; defaultAccess = "allow"; + defaultRoles = { + "View" = ( "Owner" ); + }; /* protectedBy = "HomePage Access"; */ }; SOGoFolder = { @@ -64,6 +67,12 @@ SOGoRootPage = { }; SOGoUserFolder = { + methods = { + view = { + protectedBy = "View"; + pageName = "SOGoUserHomePage"; + }; + }; }; SOGoGroupsFolder = { methods = {