this is what I am using: password = forms.CharField(widget=forms.PasswordInput, label="Password")
even when the password is 4 characters, the '*'s fill the text field. How can I get this to accurately represent the number of characters in the password? I tried max_length, but it filled up to the max (I had it at 10), then threw an error about too many characters in the field. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

