On May 7, 2007, at 11:16 PM, Evangelos Vlachogiannis wrote:
This is what I though but having in _user/template/folder.metadata:
<title>[USER] Root Folder</title> <short-title>[USER] Root</short-
title> when I create user "evlach" I get:
<folder hidden="false">
<security-constraints>
<owner>evlach</owner>
</security-constraints>
<title>Template</title>
<short-title>Template</short-title>
<defaults layout-decorator="tigris"/>
</folder>
Any thoughts pls?
Just tried this (SVN Trunk) by:
1. adding this file /_user/template/folder.metadata
<?xml version="1.0" encoding="UTF-8"?>
<folder hidden="false">
<security-constraints>
<owner>xyz</owner>
</security-constraints>
<title>User Home Folder</title>
<short-title>Home</short-title>
<defaults/>
</folder>
2. creating a new user via user registration portlet
and it copied the new title and short title in correctly
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]