Create local user
SSO users (Google/Microsoft) will appear here after their first login.
Users
| Name | Role | Status | Identities | Actions | |
|---|---|---|---|---|---|
| <%= u.email || '(no email)' %> | <%= u.display_name || '' %> | <%= u.role %> | <% if (u.disabled) { %> disabled <% } else { %> active <% } %> | <%= (u.providers || '').split(',').filter(Boolean).join(', ') %> |