> -----Original Message----- > From: Jefferson Anselmo [mailto:[EMAIL PROTECTED]] > 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>