¡@

Home 

python Programming Glossary: passwordrepeat

How can i compare password with retypepassword during registering/creating account without having a field 'retyppassword' in models.py?

http://stackoverflow.com/questions/8849747/how-can-i-compare-password-with-retypepassword-during-registering-creating-accou

255 default '0' password models.CharField max_length 300 passwordrepeat models.CharField 'Repeat Password' max_length 300 password_token.. class Meta model Users fields 'username' 'password' 'passwordrepeat' 'email' widgets 'password' PasswordInput 'passwordrepeat'.. 'email' widgets 'password' PasswordInput 'passwordrepeat' PasswordInput views.py def register request flag True possible..