summaryrefslogtreecommitdiffstats
path: root/install/migration/invalid.html
blob: 70e49f65991427e4c8d172b43cfc2f9408f19680 (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
<!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/ipalogo.png" /><img src="../ui/ipabanner.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>
           <div id="error-box">
             <div class="formcontent">
             <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>
           </div>
           <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>