M3 Registrierung und Login-Grundlage ergänzen
- SaaS-Auth-Helper und PDO-Datenbankzugriff einführen - Registrierung, Login, Logout und Kontoansicht ergänzen - Auth-Migration, Flow-Check und Smoke-Abdeckung aktualisieren
This commit is contained in:
+10
-1
@@ -51,6 +51,16 @@ $checks = [
|
||||
'path' => 'faq.php',
|
||||
'contains' => ['FAQ - Kaffeeliste'],
|
||||
],
|
||||
[
|
||||
'label' => 'Login',
|
||||
'path' => 'login.php',
|
||||
'contains' => ['Login', 'Registrieren'],
|
||||
],
|
||||
[
|
||||
'label' => 'Registrierung',
|
||||
'path' => 'register.php',
|
||||
'contains' => ['Registrierung', 'Kundenkonto anlegen'],
|
||||
],
|
||||
[
|
||||
'label' => 'Namensanpassung',
|
||||
'path' => 'namenanpassen.php',
|
||||
@@ -217,4 +227,3 @@ if ($failures !== []) {
|
||||
}
|
||||
|
||||
echo "\nHTTP smoke passed with {$passes} checked pages.\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user