Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
the new_password field was not supposed to have a disabled attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Nov 28, 2012
1 parent 74c5c58 commit 07d852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/browserid/sign_in.html
Expand Up @@ -35,7 +35,7 @@
</p>
<p>
<form>
My new password: <input type="password" id="new_password" disabled="disabled"></input><br>
My new password: <input type="password" id="new_password"></input><br>
<div><button id='create_account' type="submit" disabled="disabled">Create My Account</button> <button class="cancel" disabled="disabled">Cancel</button></div>
</form>
</p>
Expand Down

0 comments on commit 07d852f

Please sign in to comment.