capitalised Guest permissions

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2177 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-01-23 17:19:30 +00:00
parent 99b8da4f36
commit 204301834b
2 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
<cm:folder view:childName="${spaces.guest_home.childname}">
<view:acl view:inherit="false">
<view:ace view:access="ALLOWED">
<view:authority>guest</view:authority>
<view:authority>Guest</view:authority>
<view:permission>Read</view:permission>
</view:ace>
<view:ace view:access="ALLOWED">

View File

@@ -15,11 +15,11 @@
<cm:organizationId></cm:organizationId>
<cm:homeFolder>/${spaces.company_home.childname}</cm:homeFolder>
</cm:person>
<!-- Guest needs to read thier own home space -->
<!-- Guest needs to read their own home space -->
<cm:person view:childName="cm:person">
<view:acl view:inherit="false">
<view:ace view:access="ALLOWED">
<view:authority>guest</view:authority>
<view:authority>Guest</view:authority>
<view:permission>Read</view:permission>
</view:ace>
</view:acl>