diff --git a/backend/resources/app/email/invite-to-org/en.html b/backend/resources/app/email/invite-to-org/en.html
index ce3a9846b3..fd5ee679b0 100644
--- a/backend/resources/app/email/invite-to-org/en.html
+++ b/backend/resources/app/email/invite-to-org/en.html
@@ -195,21 +195,39 @@
-
+
|
+ background="{% if organization.logo %}{{organization.logo}}{% else %}{{organization.avatar-bg-url}}{% endif %}"
+ style="width:20px;height:20px;text-align:center;font-weight:bold;font-size:9px;line-height:20px;color:#ffffff;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius: 50%;color:black">
{% if organization.initials %}{{organization.initials}}{% endif %}
|
-
- {{ organization.name|abbreviate:50 }}
+
+ {{ organization.name|abbreviate:50 }}
+
+ {% if organization.sso-active %}
+
+ |
+
+ "{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its
+ teams and files goes
+ through your organization's identity provider. If you can't get in, your account probably isn't
+ in the directory yet.
+ To get access, contact the organization owner.
+
+ |
+
+ {% endif %}
+
|
diff --git a/backend/resources/app/email/invite-to-org/en.txt b/backend/resources/app/email/invite-to-org/en.txt
index ff8eabf194..4b94fe6331 100644
--- a/backend/resources/app/email/invite-to-org/en.txt
+++ b/backend/resources/app/email/invite-to-org/en.txt
@@ -1,6 +1,11 @@
Hello!
-{{invited-by|abbreviate:25}} has invited you to join the organization “{{ organization.name|abbreviate:25 }}”.
+{{invited-by|abbreviate:25}} has invited you to join the organization “{{ organization.name|abbreviate:50 }}”.
+
+{% if organization.sso-active %}
+"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its teams and files goes
+through your organization's identity provider. If you can't get in, your account probably isn't in the directory yet. To get access, contact the organization owner.
+{% endif %}
Accept invitation using this link:
diff --git a/backend/resources/app/email/invite-to-team/en.html b/backend/resources/app/email/invite-to-team/en.html
index 9ebc59231f..96fe6de59d 100644
--- a/backend/resources/app/email/invite-to-team/en.html
+++ b/backend/resources/app/email/invite-to-team/en.html
@@ -186,10 +186,26 @@
|
- {{invited-by|abbreviate:25}} has invited you to join the team “{{ team|abbreviate:25 }}”{% if organization %}
- part of the organization “{{ organization|abbreviate:25 }}”{% endif %}.
+ {{invited-by|abbreviate:25}} has invited you to join the team “{{ team|abbreviate:25 }}”{% if
+ organization %}
+ part of the organization “{{ organization.name|abbreviate:50 }}”{% endif %}.
|
+ {% if organization.sso-active %}
+
+ |
+
+ "{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to
+ its
+ teams and files goes
+ through your organization's identity provider. If you can't get in, your account probably isn't
+ in the directory yet.
+ To get access, contact the organization owner.
+
+ |
+
+ {% endif %}
|
@@ -241,4 +257,4 @@
| |