[z3-checkins] r54767 - z3/deliverance/DeliveranceVHoster/trunk

magicbronson at codespeak.net magicbronson at codespeak.net
Thu May 15 23:20:04 CEST 2008


Author: magicbronson
Date: Thu May 15 23:20:03 2008
New Revision: 54767

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
Log:
add setting 'auth_enabled' to control whether to create AuthenticationMiddleware

Modified: z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	Thu May 15 23:20:03 2008
@@ -77,4 +77,7 @@
 # This is at least better than the old fallback of hitting openplans.org.
 default_theme_uri = {{project.req_settings.get('default_theme_uri', '/theme.html')}}
 
+
+# Specifies whether to load authentication middleware
+auth_enabled = True
 topp_secret_filename = {{env.config.get('general', 'topp_secret_filename')}}


More information about the z3-checkins mailing list