Hi Frank,
The method PortalAdministration.registerUser is overloaded to take in
different parameters. For example, you can use this method:
/**
* ...
* @param folderTemplate The full PSML path name of a folder to be
deep
* copied as the new user's set of folders, pages,
links
* ...
*/
void registerUser(String userName,
String password,
List roles,
List groups,
Map userInfo,
Map rules,
String template)
throws RegistrationException;
And pass in the full path name to a folder template.
HTH
Thank you.
Ruben Carvalho
-----Original Message-----
From: Frank Otto [mailto:[email protected]]
Sent: 03 February 2011 14:55
To: Jetspeed Users List
Subject: page templates for different users
Hi,
I have in folder ..\min-pages\_user\template the template for new
registered user (PortalAdministration.registerUser(user, password). How
can I use a different template for other user?
I will choose, which template will be used for creating new users.
kind regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]