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/
I'm not sure it's possible to extract the plaintext password from the
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.
>
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