allows admins to create new users

This commit is contained in:
2025-11-09 21:16:48 -08:00
parent fbcf901c8d
commit 1126b15144
3 changed files with 107 additions and 1 deletions

View File

@@ -19,6 +19,11 @@
{% set _ = session.pop('reset_user_email', None) %}
{% endif %}
<h1 class="text-xl font-semibold mb-4">Admin: User Management</h1>
<div class="mb-6">
<a href="/admin/users/new" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
Create New User
</a>
</div>
<div class="overflow-scroll">
<table class="w-full whitespace-nowrap shadow-md border border-slate-200">