mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<sys:container view:childName="${alfresco_user_store.user_container.childname}">
|
||||
<sys:children>
|
||||
<usr:user view:childName="usr:user">
|
||||
<usr:username>admin</usr:username>
|
||||
<usr:password>209c6174da490caeb422f3fa5a7ae634</usr:password>
|
||||
<usr:username>${alfresco_user_store.adminusername}</usr:username>
|
||||
<usr:password>${alfresco_user_store.adminpassword}</usr:password>
|
||||
<usr:enabled>true</usr:enabled>
|
||||
<usr:accountExpires>false</usr:accountExpires>
|
||||
<usr:credentialsExpire>false</usr:credentialsExpire>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<sys:container view:childName="${system.people_container.childname}">
|
||||
<sys:children>
|
||||
<cm:person view:childName="cm:person">
|
||||
<cm:userName>admin</cm:userName>
|
||||
<cm:userName>${alfresco_user_store.adminusername}</cm:userName>
|
||||
<cm:firstName>Administrator</cm:firstName>
|
||||
<cm:lastName></cm:lastName>
|
||||
<cm:email></cm:email>
|
||||
|
Reference in New Issue
Block a user