kimptoc 02/01/10 00:34:42 Modified: webapp/WEB-INF/conf JetspeedResources.properties Log: revert some local changes that should not have been commited Revision Changes Path 1.57 +3 -3 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.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- JetspeedResources.properties 10 Jan 2002 08:32:51 -0000 1.56 +++ JetspeedResources.properties 10 Jan 2002 08:34:42 -0000 1.57 @@ -1,7 +1,7 @@ ################################################################################ # Jetspeed Configuration # Author: Kevin A. Burton ([EMAIL PROTECTED]) -# $Id: JetspeedResources.properties,v 1.56 2002/01/10 08:32:51 kimptoc Exp $ +# $Id: JetspeedResources.properties,v 1.57 2002/01/10 08:34:42 kimptoc 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. @@ -425,11 +425,11 @@ newuser.approval.reject.template=new-user-reject.vm # Password reminder options -password.reminder.enable=true +password.reminder.enable=false password.reminder.template=password-reminder.vm # Remember me/auto-logon facility -automatic.logon.enable=true +automatic.logon.enable=false # number of seconds until logon expires (2592000 = 1 month, 30*24*60*60) automatic.logon.cookie.maxage=2592000 automatic.logon.cookie.comment=Jetspeed automatic logon cookie
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
