Commit 9b4a264c authored by bobbyrullo's avatar bobbyrullo

Merge pull request #89 from bobbyrullo/server_fix

server: make reset password pass tests
parents ed0696f1 bbcffde0
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="input-desc"> <div class="input-desc">
<label for="password">New Password</label> <label for="password">New Password</label>
</div> </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>
<div class="form-row"> <div class="form-row">
<div class="input-desc"> <div class="input-desc">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment