Index: package_branches/invirt-web/cherrypy/code/dev.conf
===================================================================
--- package_branches/invirt-web/cherrypy/code/dev.conf	(revision 2397)
+++ package_branches/invirt-web/cherrypy/code/dev.conf	(revision 2398)
@@ -6,2 +6,5 @@
 log.error_file = "/tmp/invirt-web-error_log.dev"
 tools.mako.module_directory = "/tmp/invirt-web-templatecache.dev"
+tools.digest_auth.on = True
+tools.digest_auth.realm = 'Invirt Web DEVELOPMENT'
+tools.digest_auth.users = {'quentin': 'quentin'}
