blob: 43a6483ac3fc4bbe934bdd0049901aa89b26aeb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="migration.css" type="text/css">
<title>IPA Password Migration Page</title>
</head>
<body>
<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.
</p>
<p>
Upon successful login your Kerberos account will be activated.
</p>
<div class="migration_form">
<div class="migration_form_inner">
<form action="migration.py" method="post">
<div class="migration_form_title">
<span>Password Migration</span>
</div>
<div class="migration_form_input">
<label><em>U</em>sername:</label>
<input name="username" value="" type="text" accesskey="u" />
</div>
<div class="migration_form_input">
<label><em>P</em>assword:</label>
<input name="password" value="" type="password" accesskey="p" />
</div>
<div class="migration_form_submit">
<input name="submit" value="Migrate!" type="submit" />
</div>
</form>
</div>
</div>
</body>
</html>
|