fix of the processing o fthe addition of a new tenant

This commit is contained in:
2026-08-26 20:56:58 +02:00
parent 38082ffc23
commit 3387d97114
2 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -178,7 +178,7 @@ def send_accreditation_email(recipient: str, domain: str, username: str, passwor
"Vielen Dank für Ihre Akkreditierung bei Invario. "
"Im Anhang finden Sie Ihre Rechnung und den Vertrag.\n\n"
f"Ihre Zugangsdaten:\n"
f"Domain: {domain}\n"
f"Domain: https://{domain}\n"
f"Benutzername: {username}\n"
f"Passwort: {password}\n\n"
"Bitte bewahren Sie diese Informationen sicher auf."
@@ -193,7 +193,7 @@ def send_accreditation_email(recipient: str, domain: str, username: str, passwor
<h3 style="color: #2c3e50;">Ihre Zugangsdaten:</h3>
<ul style="font-size: 15px; line-height: 1.6;">
<li><strong>Domain:</strong> {domain}</li>
<li><strong>Domain:</strong> <a href="https://{domain}">https://{domain}</a></li>
<li><strong>Benutzername:</strong> {username}</li>
<li><strong>Passwort:</strong> {password}</li>
</ul>