Code

Fix first part of Password handling security issue2550688 (thanks
[roundup.git] / test / db_test_base.py
index e508edf226a70ba0af33681258ea4b060d00d416..fe35b5d86b30577cc97f2390c094346e5da10edb 100644 (file)
@@ -35,7 +35,7 @@ config.RDBMS_NAME = "rounduptest"
 config.RDBMS_HOST = "localhost"
 config.RDBMS_USER = "rounduptest"
 config.RDBMS_PASSWORD = "rounduptest"
-#config.RDBMS_TEMPLATE = "template0"
+config.RDBMS_TEMPLATE = "template0"
 #config.logging = MockNull()
 # these TRACKER_WEB and MAIL_DOMAIN values are used in mailgw tests
 config.MAIL_DOMAIN = "your.tracker.email.domain.example"