- The Admin can go into Settings > Users.
- Click the 3-dot icon on the left side of the member then click Edit Details.
- A small window will pop up where you can edit the member's Email, First Name, Last Name, and also a link to Change Access/Team.
- Once edits have been done, click on Save to save your changes.
Otherwise, click on Cancel or the x button on the top-right to cancel.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>