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 {
|
{ user.CreatedAt.Format("01-02-2006") }
|
if user.Role == "admin" && adminCount == 1 { } else { } |