Re: django.contrib.auth
On Aug 3, 2010, at 6:45 AM, Seaky wrote:
> Hi,
>
> I want to modify type of hash by default in auth (sha1 -> md5) and
> change name of the table/model.
> It's possible ?
>
It's possible, but modifying django.contrib.auth can be a pain, other apps rely on it a lot.
It sounds like what you really want is a custom authentication backend so that you can authenticate against an existing table with MD5 passwords.
--
Eric Chamberlain
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home