From 23727338e6c2bae51a4a38f7400a6d6a3498e37e Mon Sep 17 00:00:00 2001 From: A R R R Associates Date: Sun, 21 Jun 2026 21:48:04 +0530 Subject: [PATCH] Remove unused IAM templates (change_password_required, user_create) - no route renders them --- app/modules/core/iam/templates/change_password_required.html | 1 - app/modules/core/iam/templates/user_create.html | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 app/modules/core/iam/templates/change_password_required.html delete mode 100644 app/modules/core/iam/templates/user_create.html diff --git a/app/modules/core/iam/templates/change_password_required.html b/app/modules/core/iam/templates/change_password_required.html deleted file mode 100644 index 04d5847..0000000 --- a/app/modules/core/iam/templates/change_password_required.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "ui/templates/base/layout.html" %}{% block content %}

Set a New Password

Your account requires a password update before proceeding.

{% endblock %} \ No newline at end of file diff --git a/app/modules/core/iam/templates/user_create.html b/app/modules/core/iam/templates/user_create.html deleted file mode 100644 index 2637f6f..0000000 --- a/app/modules/core/iam/templates/user_create.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "ui/templates/base/layout.html" %} -{% block content %} -

Create User

-

User creation UI will be expanded in the next hardening step.

-{% endblock %}