summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/src/main/java/com/google/gerrit/httpd/auth/become/BecomeAnyAccount.html
blob: 2cd6a848249953a13e43054dba1bc2953dd9ee27 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
  <head>
    <title>Gerrit Code Review</title>
  </head>
  <body>
    <form method="GET">
      <b>ssh_user_name:</b>
      <input type="text" size="30" name="ssh_user_name" />
      <input type="submit" value="Become Account" />
    </form>

    <form method="GET">
      <b>preferred_email:</b>
      <input type="text" size="30" name="preferred_email" />
      <input type="submit" value="Become Account" />
    </form>

    <form method="GET">
      <b>account_id:</b>
      <input type="text" size="12" name="account_id" />
      <input type="submit" value="Become Account" />
    </form>
  </body>
</html>