On 10/2/07, Densetsu no Ero-sennin <[EMAIL PROTECTED]> wrote:
> Then it would be possible to define custom hash functions:
>
> class PlainText(object):
>     name = 'plain'
>     def get_hex_digest(salt, raw_password):
>         return raw_password

Django will never support storing passwords in plain text. In fact,
I'd go so far as saying that storing plaintext passwords *should* be a
major pain in the ass: storing unhashed passwords is one of the most
dangerous things a web developer can do.

Jacob

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to