Skip to content

Commit

Permalink
Add cutoff date for using viewer role
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 7, 2024
1 parent 53a3a79 commit 3a24747
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/orgs/org_manage_accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
{% block fields %}
{% if has_viewers %}
<temba-alert level="warning" class="mb-4">
{% blocktrans trimmed %}
The <i>Viewer</i> role for users is being removed. Please update any users with that role or remove from your workspace.
{% blocktrans trimmed with cutoff="2024-12-31"|day %}
The <i>Viewer</i> role for users is being removed. Please update any users with that role or remove from your
workspace. After <b>{{ cutoff }}</b> these users will no longer be able to access the workspace.
{% endblocktrans %}
</temba-alert>
{% endif %}
Expand Down

0 comments on commit 3a24747

Please sign in to comment.