Hi,
You need to specify widget as PasswordInput on a form if you want to
show asterisks.
Though using 3rd party package is good option - no need to reinvent wheel.
15.2.2013 8:11, Avnesh Shakya kirjoitti:
i have created my Userinfo model for registration, but password is
showing means it's not filling in hidden form so what will i have to do
for it... please help me....
class Userinfo(models.Model):
full_name=models.CharField(max_length=30)
username=models.CharField(max_length=20)
email_address=models.CharField(max_length=75)
password=models.CharField(max_length=255)
reenter_password=models.CharField(max_length=255)
area_of_interest=models.CharField(max_length=255)
def _unicode_(self):
return self.full_name
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
Jani Tiainen
- Well planned is half done and a half done has been sufficient before...
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.