Users

<% if (msg) { %>
<%= msg %>
<% } %> <% if (err) { %>
<%= err %>
<% } %>
<% users.forEach(function (u) { %> <% }) %>
UsernameRoleProjectsCreatedReset password
<%= u.username %><%= u.id === user.id ? ' (you)' : '' %> <%= u.role %> <%= u.project_count %> <%= h.fmtTime(u.created_at) %>
<% if (u.id !== user.id) { %>
<% } %>

Add user

Users with projects cannot be deleted — remove or hand over their projects first.