On Jun 18, 2008, at 3:02 AM, Bon wrote:
Hi all,
How can I set a default psml for user to be the user's homepage?
and what is psml.page.default in conf/jetspeed.properties using for?
can I change the default page for guest? just change a configuration
or must to modify some code?
When users are created from the User Admin portlet or Registration
portlet, there is a way to use a "template" for creating that user's
home pages, including the folder and default page
Look at the preferences for these two portlets in the portlet.xml
(this is also configurable in edit mode for these two portlets)
<portlet id="UserRegistrationPortlet">
...
<preference>
<name>newUserTemplateDirectory</name>
<value>/_user/template/</value>
</preference>
<portlet id="UserDetailsPortlet">
...
<preference>
<name>newUserTemplateDirectory</name>
<value></value>
</preference>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]