|
Hi{% if user-name %} {{ user-name|abbreviate:25 }}{% endif %},
|
|
{{invited-by|abbreviate:25}} sent you an invitation to join the organization:
|
|
{% if organization.initials %}{{organization.initials}}{% endif %}
|
{{ 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 now 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 %}
|
|
|
Enjoy!
|
|
The Penpot team.
|