Skip to content

Commit

Permalink
add permissions explanation to role selection section
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Jul 30, 2024
1 parent 6462315 commit b6366b0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ <h3>Project: {{project.title}}</h3>
{% else %}
<tr>
<th scope="row">Role:</th>
<td>{{project_user_update_form.role}}</td>
<td>{{project_user_update_form.role}}<br/><br/>
<b>Users</b> can view information about their project and the project's related allocations.<br/>
<b>Access Managers</b> have the permissions to manage group membership and permissions.<br/>
<b>Data Managers</b> have the permissions to make allocation requests.<br/>
<b>General Managers</b> have all the permissions of a PI.<br/>
<b>PIs</b> have permissions to manage the project and its related allocations, regardless of their assigned projectuser role.<br/>
</td>
</tr>
<tr>
<th scope="row">Notifications On:</th>
Expand Down

0 comments on commit b6366b0

Please sign in to comment.