Merge remote-tracking branch 'origin/datenschutzkonformeRegistrierung' into dev

This commit is contained in:
2026-07-01 19:30:44 +02:00
14 changed files with 459 additions and 28 deletions
+11
View File
@@ -17,6 +17,17 @@ if ($pfad === "login") {
if ($pfad === "register") {
include_once "php/controller/register-controller.php";
}
if ($pfad === "password-forgotten") {
include_once "php/controller/password-forgotten-controller.php";
}
if ($pfad === "confirm-register") {
include_once "php/controller/confirm-register-controller.php";
}
if ($pfad === "confirm-password") {
include_once "php/controller/confirm-password-controller.php";
}
if ($pfad === "logout") {
include_once "php/controller/logout-controller.php";