Author: brosner
Date: Sun Sep 28 22:10:36 2008
New Revision: 982
Modified:
trunk/local_apps/account/forms.py
Log:
Make the password reset email be high priority.
Modified: trunk/local_apps/account/forms.py
==============================================================================
--- trunk/local_apps/account/forms.py (original)
+++ trunk/local_apps/account/forms.py Sun Sep 28 22:10:36 2008
@@ -188,7 +188,7 @@
"user": user,
"new_password": new_password,
})
- send_mail(subject, message, settings.DEFAULT_FROM_EMAIL,
[user.email])
+ send_mail(subject, message, settings.DEFAULT_FROM_EMAIL,
[user.email], priority="high")
return self.cleaned_data["email"]
class ChangeTimezoneForm(AccountForm):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---