RajeshD schrieb: > Create a custom view to allow your users to change just their > password. In that view, you will be able to tell in a straightforward > fashion if the user has changed her password and take action > accordingly.
Yes. That would work fine. Now, i realized that i need the raw_password for my things. With signals i can only get the hashed password, not the raw plaintext password. On the other side, wit signals i can catch every changes from every views. So i must build my own views and the user can used the default django views to change his password. Is there is an other way to trigger a django user password change and get the raw password??? -- Mfg. Jens Diemer ---- A django powered CMS: http://www.pylucid.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---