Chaitu wrote:
> I want to modified the django admin login page. In this page I also
> wants to display option for retrieve the forgotten password of admin
> user. But I am not able to find solution for this.
> Please help me for above problems.
> 

I'm not sure it's possible to extract the plaintext password from the
MD5 hashed version, other than by crack-like guessing methods. In theory
there are an infinite number of different passwords that will give the
same hash.

You could just reset the password to some pseudo-random value and then
mail the new version to your user to let them log in again:

http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

--~--~---------~--~----~------------~-------~--~----~
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