#3316: Adding `crypt' to list of password hashes for legacy apps.
-----------------------------+----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: Contrib apps
Version: SVN | Resolution:
Keywords: | Stage: Ready for checkin
Has_patch: 1 | Needs_docs: 1
Needs_tests: 1 | Needs_better_patch: 0
-----------------------------+----------------------------------------------
Changes (by Marek Kubica <[EMAIL PROTECTED]>):
* cc: [EMAIL PROTECTED] (added)
Comment:
I've found some pure Python implementation of crypt
[http://www.sabren.net/code/python/crypt/ here] and
[http://home.clear.net.nz/pages/c.evans/sw/ there]. Althought I have never
tried it, it may be worth including (in case import crypt fails with an
`ImportError`) so that would work on Windows as well. Or maybe it's not
that important - who uses crypt on Windows anyway? - but being platform
independent as far as possible always seemed to me like a good idea.
--
Ticket URL: <http://code.djangoproject.com/ticket/3316#comment:8>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---