Version 2 (modified by 11 years ago) (diff) | ,
---|
Password Field
The "PasswordInput()" works but the given below syntax works fine in all views,
password = forms.CharField(max_length=32, widget=forms.PasswordInput)
Version 2 (modified by 11 years ago) (diff) | ,
---|
The "PasswordInput()" works but the given below syntax works fine in all views,
password = forms.CharField(max_length=32, widget=forms.PasswordInput)