Hi,
I would like to use the django admin interface for authentification of a
web site.

However I also have to store a password hash (different algorith /
different salt) for another application, such, that both applications
can use the same password.

What would be the easiest way to hook into the password modification
form, such, that I can calculate two password hashes with different
salts / alorithms?


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

Reply via email to