password_two doesn't seem to be working for me still.

My user() function is the default and this is in my user.html view but I 
still get "None" for the password_two widget. I am using Mac 
download Version 1.93.2 (2011-03-04 23:48:59).

    {{=form.custom.begin}}
    Email: <div>{{=form.custom.widget.email}}</div>
    Password: <div>{{=form.custom.widget.password}}</div>
    Repeat Password: <div>{{=form.custom.widget.password_two}}</div>
    {{=form.custom.submit}}
    {{=form.custom.end}}


<form action="" enctype="multipart/form-data" method="post">
Email: <div><input class="string" id="auth_user_email" name="email" 
type="text" value="" /></div>
Password: <div><input class="password" id="auth_user_password" 
name="password" type="password" value="" /></div>
Repeat Password: <div>None</div>
<input type="submit" value="Submit" />
<div class="hidden"><input name="_next" type="hidden" value="/sell" /><input 
name="_formkey" type="hidden" value="1a41bfcb-316e-4f2a-b107-c60dd6d15780" 
/><input name="_formname" type="hidden" value="login" /></div></form>

Reply via email to