{% extends "base.html" %} {% block content %}
System management and user administration.
| ID | Username | Role | Actions |
|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {% if u.is_admin %}Admin{% else %}User{% endif %} | {% if u.id != current_user.id %} {% else %} Current {% endif %} |
Manage global AI writing rules and banned words.
Edit Style GuidelinesFactory Reset: This will delete ALL projects, books, and users (except your admin account). It resets the system to a fresh state.