Index: /package_branches/invirt-web/cherrypy/code/dev.conf
===================================================================
--- /package_branches/invirt-web/cherrypy/code/dev.conf	(revision 2419)
+++ /package_branches/invirt-web/cherrypy/code/dev.conf	(revision 2420)
@@ -6,5 +6,6 @@
 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','broder': 'broder'}
+tools.basic_auth.on = True
+tools.basic_auth.realm = 'Invirt Web DEVELOPMENT'
+tools.basic_auth.users = {'quentin': 'quentin','broder': 'broder'}
+tools.basic_auth.encrypt = __builtin__.str
