{% extends 'base.jinja' %} {% set active_page = "users" %} {% block title %}Formula 10 - Users{% endblock title %} {% block body %}
Add User
Registered Users
Delete User
"Deleting" a user just hides it from the user interface without deleting any inputs, your "pERsoNaL DaTa" belongs to ME now.
Re-adding a user with the same name will "restore" it. That doesn't mean you're allowed to remove everyone though.
{% endblock body %}