Rechtstexte und B2C-Vertragsabläufe absichern

This commit is contained in:
2026-08-22 14:31:56 +02:00
parent d320a4fd7a
commit a31a235422
58 changed files with 2502 additions and 316 deletions
+4
View File
@@ -54,6 +54,10 @@ $registration = saas_register_tenant_owner($pdo, [
'email' => $email,
'password' => $password,
'password_confirm' => $password,
'customer_type' => 'business',
'accept_terms' => true,
'acknowledge_privacy' => true,
'accept_dpa' => true,
]);
password_email_check_assert('registration succeeds', $registration['ok'] === true, $failures, $passes);