From 1b29ae6bd83fe20898b680ce62d3bd75bd312e65 Mon Sep 17 00:00:00 2001 From: steinm Date: Tue, 28 Aug 2012 06:37:58 +0000 Subject: [PATCH] - Script for which is called when the login process detects a to old password --- out/out.ForcePasswordChange.php | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 out/out.ForcePasswordChange.php diff --git a/out/out.ForcePasswordChange.php b/out/out.ForcePasswordChange.php new file mode 100644 index 000000000..b7f4acca8 --- /dev/null +++ b/out/out.ForcePasswordChange.php @@ -0,0 +1,62 @@ + + * @copyright Copyright (C) 2012 Uwe Steinmann + * @version Release: @package_version@ + */ + +include("../inc/inc.Settings.php"); +include("../inc/inc.DBInit.php"); +include("../inc/inc.Language.php"); +include("../inc/inc.ClassUI.php"); +include("../inc/inc.Authentication.php"); + +UI::htmlStartPage(getMLText("sign_in"), "login"); +UI::globalBanner(); +echo "

".getMLText('password_expiration')."

"; +echo "

".getMLText('password_expiration_text')."

"; +UI::contentContainerStart(); +?> +
+ + + + + + + + + + + + + + +
:
 
:
">
+ + + +
+ +" . getMLText("logout") . "\n"; + print "

"; + print implode(' | ', $tmpfoot); + print "

\n"; +UI::htmlEndPage(); +?>