Remove unused IAM templates (change_password_required, user_create) - no route renders them

This commit is contained in:
A R R R Associates
2026-06-21 21:48:04 +05:30
parent 8205860b22
commit 23727338e6
2 changed files with 0 additions and 6 deletions
@@ -1 +0,0 @@
{% extends "ui/templates/base/layout.html" %}{% block content %}<div class="mx-auto max-w-lg rounded-3xl bg-white p-6 shadow-soft"><h2 class="text-xl font-semibold">Set a New Password</h2><p class="mt-1 text-sm text-slate-500">Your account requires a password update before proceeding.</p><form method="post" class="mt-6 space-y-4"><input type="hidden" name="csrf_token" value="{{ csrf_token }}" /><div><label class="mb-2 block text-sm font-medium text-slate-700">New Password</label><input type="password" name="password" class="w-full rounded-2xl border border-slate-300 px-4 py-2.5 text-sm" required /></div><button class="rounded-xl bg-brand-600 px-4 py-2.5 text-sm font-medium text-white">Save password</button></form></div>{% endblock %}
@@ -1,5 +0,0 @@
{% extends "ui/templates/base/layout.html" %}
{% block content %}
<h1 class="text-2xl font-semibold">Create User</h1>
<p class="text-slate-600 mt-1">User creation UI will be expanded in the next hardening step.</p>
{% endblock %}