diff --git a/registration-system/config.inc.php b/registration-system/config.inc.php
index 664ba546e9855e19095ef919ef7747e067020e40..0a036f760ef674e10ddeb7afb2490cbff0c82352 100644
--- a/registration-system/config.inc.php
+++ b/registration-system/config.inc.php
@@ -1,11 +1,13 @@
 <?php
+// https://repke.eu:8443
+// passwort manu:kuzerPenis666!
 
 $config_verbose_level = 2; // 0 = nothing, 1 = important, 2 = somewhat important, 3 = detailed verbose
 
 $config_db = array(
     "name" => "fsfahrt",
     "user" => "fsfahrt",
-    "pass" => "password",
+    "pass" => "9Lug*96q",
     "host" => "localhost",
     "type" => "mysql"
 );