mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Tenant Services hooks for Repo - enable bootstrap of tenant-specific 'guest' (can login explicitly once CHK-994/AR-1152 gets merged from V21 to HEAD)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6652 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<view:permission>Read</view:permission>
|
||||
</view:ace>
|
||||
</view:acl>
|
||||
<cm:userName>guest</cm:userName>
|
||||
<cm:userName>${alfresco_user_store.guestusername}</cm:userName>
|
||||
<cm:firstName>Guest</cm:firstName>
|
||||
<cm:lastName></cm:lastName>
|
||||
<cm:email></cm:email>
|
||||
|
@@ -302,6 +302,7 @@
|
||||
<property name="configuration">
|
||||
<props>
|
||||
<prop key="alfresco_user_store.adminusername">${alfresco_user_store.adminusername}</prop>
|
||||
<prop key="alfresco_user_store.guestusername">${alfresco_user_store.guestusername}</prop>
|
||||
<prop key="spaces.company_home.childname">${spaces.company_home.childname}</prop>
|
||||
<prop key="spaces.guest_home.childname">${spaces.guest_home.childname}</prop>
|
||||
<prop key="system.system_container.childname">${system.system_container.childname}</prop>
|
||||
|
@@ -103,6 +103,9 @@ alfresco_user_store.authorities_container.childname=sys:authorities
|
||||
# note: default admin username - should not be changed
|
||||
alfresco_user_store.adminusername=admin
|
||||
|
||||
# note: default guest username - should not be changed
|
||||
alfresco_user_store.guestusername=guest
|
||||
|
||||
# Spaces Archive Configuration
|
||||
spaces.archive.store=archive://SpacesStore
|
||||
|
||||
|
Reference in New Issue
Block a user