fix of the processing o fthe addition of a new tenant
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user