summaryrefslogtreecommitdiff
path: root/example/views/signup.erb
blob: baeb007fa18703f3ada71f67f02c25e8d56ef319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

<h2>1. Signup</h2>
<form class="form-horizontal" action="/signup" method="POST">
  <legend>Signup to test secure remote passwords</legend>
  <div class="control-group">
    <label class="control-label" for="login">Login</label>
    <input type="text" class"input-xlarge" name="login"></input>
  </div>

  <div class="control-group">
    <label class="control-label" for="password">Password</label>
    <input type="password" class"input-xlarge" name="password"></input>
    <input type="hidden" class"input-xlarge" name="seed" value="624848790506324805995013"></input>
    <input type="hidden" class"input-xlarge" name="verifier" value="100580140046706175735129154266794946404091486659235926309138114843862401271008476617107722147233360718775042845375531421388163398889326297385327521531575749857884877960888755227994771967905136828058233126017527751738166121598194480710839381273324624500340831193855479639683906360867824492692241079248646622455"></input>
  </div>

  <div class="form-actions">
    <button type="submit" class="btn btn-primary">Signup</button>
    <a href="/" class="btn">Cancel</a>
  </div>
</form>