phpbb: Make the username case-insensitve on login again.
[matthijs/projects/dorestad-bookings.git] / dbsettings.py.tmpl
index bf6ae6e888803e28e4f03ec7eccc8e6b43fa1b4f..ff621ed3d1f32ffa2dd3e2548c17c6cd0ca44af3 100644 (file)
@@ -7,3 +7,8 @@ DATABASE_USER = 'ee_bookings'       # Not used with sqlite3.
 DATABASE_PASSWORD = ''              # Not used with sqlite3.
 DATABASE_HOST = ''                  # Set to empty string for localhost. Not used with sqlite3.
 DATABASE_PORT = ''                  # Set to empty string for default. Not used with sqlite3.
+
+# Database to use for phpbb authentication. Other variables from above
+# (except for ENGINE) can similarly be overridden.
+PHPBB_DATABASE_NAME = 'ee_forum'
+PHPBB_TABLE_PREFIX = 'phpbb_'