Every account on this server, with its role and open sessions.
Accounts are read-only here. Create, change, disable, enable, or sign out users with the daily-epub users CLI on the server.
| Username | Role | Status | Created | Last login | Open sessions |
|---|---|---|---|---|---|
| {{ user.username }} | {{ user.role }} | {% if user.disabled %}disabled{% else %}enabled{% endif %} | {{ user.created }} | {{ user.last_login }} | {{ user.open_sessions }} |
No users. Bootstrap an admin with daily-epub users add <username> --admin. | |||||