summaryrefslogtreecommitdiffstats
path: root/roles/totpcgi/files/html/totp.html
blob: 9e968e2ebdaaf6205fec2eea3492c60ed6c91fe1 (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
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Fedora Project Google Authenticator Provisioning</title>
        <link href="${css_root}provisioning.css" rel="stylesheet" type="text/css" />
        <link href="${css_root}provisioning-print.css" rel="stylesheet" media="print" type="text/css" />
    </head>
    <body>
        <div id="mainwindow" class="totp">
            <div id="title">Fedora Project Google Authenticator Provisioning</div>
            <div id="mainarea">
                <div id="qrcode">
                $qrcode_embed
                </div>
                <div id="explanation">
                    <p>
                    Your new Google Authenticator token has been issued.
                    To import this token into your device, simply go to your
                    Google Authenticator app, select the option to add an
                    account, and then select "Scan Barcode". Point the camera
                    at the QR Barcode displayed next to this message. Google
                    Authenticator will then import your new token into the
                    device. It should be ready to use immediately.
                    </p>
                </div>
                <div id="scratch_tokens">
                    <p>
                    If the administrator permitted the use of scratch tokens,
                    you should see them listed below. If you lose access to
                    your Google Authenticator device, you should be able to
                    use one of these tokens to gain emergency access to your
                    account. Please write them down.
                    </p>
                    <div id="scratch_tokens_list">
                        $scratch_tokens
                    </div>
                </div>
                <div id="support_requests">
                    <p>
                    If you require any help with your Google Authenticator
                    token or experience any difficulty importing it into
                    your mobile device, please email
                    <a href="mailto:admin@fedoraproject.org">admin@fedoraproject.org</a>.
                </div>
            </div>
            <div id="copyright">
                &copy; 2012 Red Hat, Inc. and others.
            </div>
        </div>
    </body>
</html>