Skip to content

Commit

Permalink
Merge pull request #723 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikeseibel authored Dec 10, 2024
2 parents 5233335 + 78a4695 commit 5b08b8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
13 changes: 5 additions & 8 deletions endorsement/templates/email/access/accessor.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
Hello {{ email.display_name }},
Hello{% if email.display_name %} {{ email.display_name }}{% endif %},
<p>
The UW employee {{ record.accessee.display_name }} ({{ record.accessee.netid }}) has given
{% if record.accessor.is_group %}
the group "{{record.accessor.name}}" you administrate
{% elif record.accessor.is_shared_netid %}
the shared netid "{{record.accessor.name}}"
The group "{{record.accessor.name}}" you administrate has
{% else %}
you
You have
{% endif %}
“{{ record.access_right.display_name }}” mailbox permissions to the <a href="https://itconnect.uw.edu/tools-services-support/software-computers/productivity-platforms/microsoft-productivity-platform/exchange-online/" target="_blank">UW Office 365 Exchange Online</a> mailbox (aka email account) for “{{record.accessee.netid}}”.
been given “{{ record.access_right.display_name }}” mailbox permissions to the <a href="https://itconnect.uw.edu/tools-services-support/software-computers/productivity-platforms/microsoft-productivity-platform/exchange-online/" target="_blank">UW Office 365 Exchange Online</a> mailbox (aka email account) for “{{record.accessee.netid}}”.
</p>
<p>
Access to this UW Exchange Online mailbox lasts for 365 days and must be renewed annually by {{ record.accessee.display_name }} ({{ record.accessee.netid }}).
</p>
<p>
With &quot;{{ record.access_right.display_name }}&quot; permissions {% if record.accessor.is_group %}group members{% elif record.accessor.is_shared_netid %}the shared netid{% else %}you{% endif %} can:
With &quot;{{ record.access_right.display_name }}&quot; permissions {% if record.accessor.is_group %}group members{% else %}you{% endif %} can:
<ul>
{% if record.access_right.name == 'FullAccessandSendAs' %}
<li>View, add and remove the contents of the mailbox</li>
Expand Down
10 changes: 5 additions & 5 deletions endorsement/templates/email/access/accessor.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Hello {{ email.display_name }},
Hello{% if email.display_name %} {{ email.display_name }}{% endif %},

The UW employee {{ record.accessee.display_name }} ({{ record.accessee.netid }}) has given {% if record.accessor.is_group %}the group "{{record.accessor.name}}" you administrate{% elif record.accessor.is_shared_netid %}the shared netid "{{record.accessor.name}}"{% else %}you{% endif %} “{{ record.access_right.display_name }}”
mailbox permissions to the UW Office 365 Exchange Online mailbox
(aka, email account) for “{{record.accessee.netid}}”.
{% if record.accessor.is_group %}The group "{{record.accessor.name}}" you administrate has{% else %}You have{% endif %} been given “{{ record.access_right.display_name }}” mailbox permissions to
the UW Office 365 Exchange Online mailbox (aka, email account) for
“{{record.accessee.netid}}”.

Access to this UW Exchange Online mailbox lasts for 365 days and must be
renewed annually by {{ record.accessee.display_name }} ({{ record.accessee.netid }}).

With "{{ record.access_right.display_name }}" permissions {% if record.accessor.is_group %}group members{% elif record.accessor.is_shared_netid %}the shared netid{% else %}you{% endif %} can:
With "{{ record.access_right.display_name }}" permissions {% if record.accessor.is_group %}group members{% else %}you{% endif %} can:
{% if record.access_right.name == 'FullAccessandSendAs' %}
- View, add and remove the contents of the mailbox
- Send email as the mailbox
Expand Down

0 comments on commit 5b08b8b

Please sign in to comment.