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:
Jan Vonka
2007-08-02 16:41:15 +00:00
parent dbdbb003f1
commit feca4b296a
4 changed files with 10 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>