You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jefferson Anselmo <je...@promon.com.br> on 2002/11/25 18:31:48 UTC

Creation of PSMLs files

   Hi all,

   Does anybody know when the PSML file for a given user is created ? At the first user´s logon, at account´s creation or none of these ?

   Thanks in advance,
   Jefferson

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Creation of PSMLs files

Posted by David Sean Taylor <da...@bluesunrise.com>.

> -----Original Message-----
> From: Jefferson Anselmo [mailto:jefferson.anselmo@promon.com.br]
> Sent: Monday, November 25, 2002 9:32 AM
> To: Jetspeed Users List
> Subject: Creation of PSMLs files
>
>
>    Hi all,
>
>    Does anybody know when the PSML file for a given user is
> created ? At the first user´s logon, at account´s creation or
> none of these ?

PSML files are created at Account Creation.
The default algorithm is to copy from the PSML from another account as
configured in JetspeedResources.properties:

# When a new user is created, this account's psml is cloned to the new
account psml
# Setting this account to nothing configures role-based psml as the default
method for new users
services.Profiler.newuser.template=turbine

# Media types template to create for user. (comma separated)
services.Profiler.newuser.media_types=html,wml

You can also configure the roles assigned to a new user in
JetspeedSecurity.properties:

# Role(s) to assign to new user.  Multiple Role must be comma separated.
services.JetspeedSecurity.newuser.roles=user

If you want to change this behavior for creating new accounts, recommend
overriding the Profiler, specifically the createProfile method.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>