diff --git a/app/templates/views/features.html b/app/templates/views/features.html index bcf060933..8a947584a 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -44,7 +44,6 @@

Notify lets you:

diff --git a/app/templates/views/invite-user.html b/app/templates/views/invite-user.html index 90ff36aa2..b4f6789b2 100644 --- a/app/templates/views/invite-user.html +++ b/app/templates/views/invite-user.html @@ -15,7 +15,7 @@ {% block maincolumn_content %} {{ page_header('Invite {}'.format(user_to_invite.name if user_to_invite else 'a team member')) }} - + Learn more about user permissions. {% call form_wrapper() %} {% if user_to_invite %} @@ -36,5 +36,99 @@ {{ page_footer('Send invitation email') }} {% endcall %} +

Set up user permissions

+

Setting the right digital control is one of many aspects to keep content and information on a need to know basis. Permissions allow you to do this. Give team members access to important views related to their responsibilities.

+

Permission

+
+

+ +

+
+

Allows users to view the dashboard but not have access to any other functions on the site. + Dashboard viewers can see: Weekly message quantity

+ +

This also gives access to:

+ +
+

+ +

+
+

+ Allows users to view, select and send approved messages, but restricts users from editing templates + and/or folders. Team members responsible for sending message batches can use templates to prepare + and schedule texts. Actions they take in this section: +

+ +
+

+ +

+
+

+ Allows users to view, create or edit, and more or delete templates and folders. They will set up real + messages, but are restricted from uploading data or sending or seeing previous versions. Some actions + they can take: +

+ +
+

+ +

+
+

Leads with service management responsibility may do so in Settings. Managed within Settings:

+ +
+
{% endblock %}