2011-01-20 14:39:59 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>IPA: Identity Policy Audit</title>
|
2010-01-12 09:40:09 -06:00
|
|
|
|
2012-02-27 08:31:20 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
|
2011-10-11 02:42:35 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="../ui/ipa.css" />
|
2010-01-12 09:40:09 -06:00
|
|
|
</head>
|
|
|
|
|
2011-10-11 02:42:35 -05:00
|
|
|
<body class="info-page">
|
2011-10-06 07:30:26 -05:00
|
|
|
|
|
|
|
<div class="container_1">
|
2011-01-20 14:39:59 -06:00
|
|
|
<div class="header-logo">
|
2011-10-26 16:06:17 -05:00
|
|
|
<img src="../ui/images/ipa-logo.png" /><img src="../ui/images/ipa-banner.png" />
|
2011-10-06 07:30:26 -05:00
|
|
|
</div>
|
|
|
|
<div class="textblock">
|
2011-10-11 02:42:35 -05:00
|
|
|
<h1>Password Migration</h1>
|
2011-10-06 07:30:26 -05:00
|
|
|
<p>If you have been sent here by your administrator, your personal
|
|
|
|
information is being migrated to a new identity management solution
|
2011-01-20 14:39:59 -06:00
|
|
|
(IPA).</p>
|
2011-10-06 07:30:26 -05:00
|
|
|
<p>Please, enter your credentials in the form below to complete the
|
|
|
|
process. Upon successful login your kerberos account will be
|
|
|
|
activated.</p>
|
2011-01-20 14:39:59 -06:00
|
|
|
</div>
|
|
|
|
<div id="formwindow">
|
2011-10-11 02:42:35 -05:00
|
|
|
<h2>Login</h2>
|
2011-01-20 14:39:59 -06:00
|
|
|
<div id="error-box">
|
|
|
|
<p><strong>Please re-enter your username or password</strong></p>
|
|
|
|
<p>The password or username you entered is incorrect. Please try again (make sure your caps lock is off).</p>
|
|
|
|
<p>If the problem persists, contact your administrator.</p>
|
|
|
|
</div>
|
2011-09-26 21:19:57 -05:00
|
|
|
<form id="login" action="migration.py" method="post" name="">
|
2011-01-20 14:39:59 -06:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<label for="username">Username:</label>
|
|
|
|
<input type="text" name="username" value="" accesskey="u" />
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<label for="password">Password:</label>
|
|
|
|
<input type="password" name="password" value="" accesskey="p" />
|
|
|
|
</li>
|
|
|
|
<ul>
|
|
|
|
<div class="formbutton">
|
|
|
|
<input name="submit" value="Migrate" type="submit" />
|
|
|
|
</div>
|
2011-10-06 07:30:26 -05:00
|
|
|
|
2011-01-20 14:39:59 -06:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2010-01-12 09:40:09 -06:00
|
|
|
</body>
|
|
|
|
|
2011-01-20 14:39:59 -06:00
|
|
|
</html>
|
|
|
|
|