Naturally, I just copy and paste some of the example code in from the docs on the User:Edit page.
There were some invalid quote characters that my browser choked on, notably in the Password area.
<p>Password <input type="password" name="password" value="” /></p>
<p>Password Confirm <input type="password" name="password_confirm" value="” /></p>
<p>Current Password <input type="password" name="current_password" value="” /></p>
