Today when trying to add 'reset password' feature into my project, I 
noticed that the PasswordResetForm() 'save' method resets passwords for 
all cached users.

I have been testing the site with various users logged in, and when I 
tried to reset my password from within my public site, I received 10 
messages with passwords reset for all users that were in users_cache.

This might cause problems for people who are using the site from a shared 
computer, and I wonder what the reasons for this approach were.


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