Tuesday, August 30, 2011

Re: Password Field Not being encrypted

Raj,

PasswordInput deals with browser forms to make sure that a password
can't be seen in the form by someone looking over user's shoulder. But
it does nothing to encrypt passwords in database.

Why don't you check out django.contrib.auth.models for inspiration
about encrypting passwords if plan on doing it yourself and not
reusing the standard auth framework?

Cheers

Jirka

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment