freeipa/install/migration/index.html
Endi S. Dewata 52981883ab Fixed inconsistent image names.
The images have been renamed to be more consistent and moved into
the "images" directory to mimic the original jQuery UI structure.

Ticket #1613
2011-10-27 14:05:12 +00:00

52 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="../ui/ipa.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
<body class="info-page">
<div class="container_1">
<div class="header-logo">
<img src="../ui/images/ipa-logo.png" /><img src="../ui/images/ipa-banner.png" />
</div>
<div class="textblock">
<h1>Password Migration</h1>
<p>If you have been sent here by your administrator, your personal
information is being migrated to a new identity management solution
(IPA).</p>
<p>Please, enter your credentials in the form below to complete the
process. Upon successful login your kerberos account will be
activated.</p>
</div>
<div id="formwindow">
<h2>Login</h2>
<form id="login" action="migration.py" method="post" name="">
<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>
</form>
</div>
</div>
</body>
</html>