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 %}