summaryrefslogtreecommitdiffstats
path: root/install/migration/index.html
blob: 302eca263fa62c92d39ad9ccc678cf251a0afc8c (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html class="login-pf">
<head>
<meta charset="utf-8">
    <title>IPA: Identity Policy Audit</title>

    <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
    <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
    <link rel="stylesheet" type="text/css" href="../ui/ipa.css" />
</head>

<body>
<div class="login-pf-body">
<span id="badge">
    <img src="../ui/images/login-screen-logo.png" alt="" />
</span>
<div class="container">

<div class="row">

    <div class="col-sm-12">
      <div id="brand">
        <img src="../ui/images/product-name.png" alt="">
      </div>
    </div>

    <div class="col-sm-7 col-md-6 col-lg-5 login">
        <form class="form-horizontal" id="login" action="migration.py" method="post" name="">
            <div class="form-group">
                <div class="control-label col-sm-4">
                    <label for="username">Username</label>
                </div>
                <div class="col-sm-8">
                    <input type="text" id="username" name="username" value="" accesskey="u" class="form-control" />
                </div>
            </div>
            <div class="form-group">
                <div class="control-label col-sm-4">
                    <label for="password">Password</label>
                </div>
                <div class="col-sm-8">
                    <input type="password" id="password" name="password" value="" accesskey="p" class="form-control" />
                </div>
            </div>
            <div class="form-group">
                <div class="col-xs-4 col-sm-offset-4 col-sm-8 submit">
                    <input name="submit" class="btn btn-primary btn-lg" value="Migrate" type="submit" />
                </div>
            </div>
        </form>
    </div>
    <div class="col-sm-5 col-md-6 col-lg-7 details">
        <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 to complete the
            process. Upon successful login your kerberos account will be
            activated.
        </p>
    </div>
</div>
</div>
</div>
</body>

</html>