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