From 38d857c9275ad586d3a5b0d548f6f90b4e344f26 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 6 Apr 2006 14:09:36 +0000 Subject: [PATCH] Template for forced password change. --- templates/ktcore/authentication/force_change_password.smarty | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/authentication/force_change_password.smarty diff --git a/templates/ktcore/authentication/force_change_password.smarty b/templates/ktcore/authentication/force_change_password.smarty new file mode 100644 index 0000000..b15cefb --- /dev/null +++ b/templates/ktcore/authentication/force_change_password.smarty @@ -0,0 +1,18 @@ +

{i18n}Change your password{/i18n}

+ +
+ + +
+ {i18n}Change your password{/i18n} +

{i18n}You are required to change your password as it has expired.{/i18n}

+ + {foreach item=oWidget from=$edit_fields} + {$oWidget->render()} + {/foreach} + +
+ +
+
+
-- libgit2 0.21.4