User Management
Manage user accounts and permissions
| Username | Role | Created | Actions | |
|---|---|---|---|---|
|
{ user.Username }
if user.ID == currentUser.ID {
You
}
|
{ user.Email }
|
if user.Role == "admin" && adminCount == 1 {
|
{ FormatInTimezone(user.CreatedAt, currentUser.Timezone) }
|
if user.Role == "admin" && adminCount == 1 { } else { } |