From feca4b296a6e250245723134e665a258479201cd Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Thu, 2 Aug 2007 16:41:15 +0000 Subject: [PATCH] update config for user/system store bootstrap so that admin username/password properties can be re-configured (when creating new tenants) - note: the actual default values remain unchanged git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6403 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/bootstrap/alfrescoUserStore.xml | 4 ++-- config/alfresco/bootstrap/system.xml | 2 +- config/alfresco/import-export-context.xml | 4 ++++ config/alfresco/repository.properties | 3 +++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config/alfresco/bootstrap/alfrescoUserStore.xml b/config/alfresco/bootstrap/alfrescoUserStore.xml index e8eeb48906..51ad310374 100644 --- a/config/alfresco/bootstrap/alfrescoUserStore.xml +++ b/config/alfresco/bootstrap/alfrescoUserStore.xml @@ -9,8 +9,8 @@ - admin - 209c6174da490caeb422f3fa5a7ae634 + ${alfresco_user_store.adminusername} + ${alfresco_user_store.adminpassword} true false false diff --git a/config/alfresco/bootstrap/system.xml b/config/alfresco/bootstrap/system.xml index 3ce1d4c801..ccc253657d 100644 --- a/config/alfresco/bootstrap/system.xml +++ b/config/alfresco/bootstrap/system.xml @@ -18,7 +18,7 @@ - admin + ${alfresco_user_store.adminusername} Administrator diff --git a/config/alfresco/import-export-context.xml b/config/alfresco/import-export-context.xml index dcb7841c59..3580ef0b3e 100644 --- a/config/alfresco/import-export-context.xml +++ b/config/alfresco/import-export-context.xml @@ -244,6 +244,8 @@ + ${alfresco_user_store.adminusername} + 209c6174da490caeb422f3fa5a7ae634 ${alfresco_user_store.system_container.childname} ${alfresco_user_store.user_container.childname} ${alfresco_user_store.authorities_container.childname} @@ -262,6 +264,7 @@ + ${alfresco_user_store.adminusername} ${version.major} ${version.minor} ${version.revision} @@ -298,6 +301,7 @@ + ${alfresco_user_store.adminusername} ${spaces.company_home.childname} ${spaces.guest_home.childname} ${system.system_container.childname} diff --git a/config/alfresco/repository.properties b/config/alfresco/repository.properties index 2a45770328..c45b944f5b 100644 --- a/config/alfresco/repository.properties +++ b/config/alfresco/repository.properties @@ -100,6 +100,9 @@ alfresco_user_store.system_container.childname=sys:system alfresco_user_store.user_container.childname=sys:people alfresco_user_store.authorities_container.childname=sys:authorities +# note: default admin username - should not be changed +alfresco_user_store.adminusername=admin + # Spaces Archive Configuration spaces.archive.store=archive://SpacesStore