Browse Source

server: make reset password pass tests

Handler wants a password value even when its blank
pull/89/head
Bobby Rullo 11 years ago
parent
commit
bbcffde0a5
  1. 2
      static/html/reset-password.html

2
static/html/reset-password.html

@ -20,7 +20,7 @@
<div class="input-desc">
<label for="password">New Password</label>
</div>
<input minlength="6" required class="input-box" type="password" id="password" name="password" autofocus />
<input minlength="6" required class="input-box" type="password" id="password" name="password" value="" autofocus />
</div>
<div class="form-row">
<div class="input-desc">

Loading…
Cancel
Save