taylor 02/02/11 00:03:03
Modified: webapp/WEB-INF/conf JetspeedResources.properties
Log:
- added new Profiler configuration parameters for:
- Role-based PSML fallback
- configurable new user account template
- mediatypes copied from new user account template are configurable with
comma-delimited list of mediatypes
- added new JetspeedSecurity configuration parameter:
- allow for multiple roles to be assigned to a user on user creation with
comma-delimited list.
Revision Changes Path
1.61 +11 -1
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
Index: JetspeedResources.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- JetspeedResources.properties 10 Feb 2002 07:58:27 -0000 1.60
+++ JetspeedResources.properties 11 Feb 2002 08:03:03 -0000 1.61
@@ -1,7 +1,7 @@
################################################################################
# Jetspeed Configuration
# Author: Kevin A. Burton ([EMAIL PROTECTED])
-# $Id: JetspeedResources.properties,v 1.60 2002/02/10 07:58:27 taylor Exp $
+# $Id: JetspeedResources.properties,v 1.61 2002/02/11 08:03:03 taylor Exp $
################################################################################
# This is the main file you will need to configuration Jetspeed. If there are
# any secondary files they will be pointed to from this file.
@@ -383,6 +383,16 @@
# use Role-based PSML fallback
services.Profiler.rolefallback=true
+
+# 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
+
+# Role(s) to assign to new user. Multiple Role must be comma separated.
+services.JetspeedSecurity.newuser.roles=user,tester,researcher
#########################################
# Template Locator Service #
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>