Making passwords masked is as simple as changing this in the html:
<input type="text" name="foo" />
to this:
<input type="password" name="foo" />

What do you mean about validatating two passwords? Try and be more specific.

On 30/06/06, MissLibra <[EMAIL PROTECTED]> wrote:
>
> Hello, I am trying to make the password appearing as stars, in other
> words a secret password but didn't know how. Also I want to validate
> two passwords. Can anyone help me?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to