#12202 (Hardcoded subject in the reset password mail)
1 view
Skip to first unread message
Austin Gabel
unread,
Nov 19, 2009, 9:57:19 PM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-d...@googlegroups.com
I'm needing a bit of feedback on this ticket[1]. Currently there is no way to specify what the subject line of a password reset email should contain. SmileyChris brought up the question of whether to pass this subject as an argument in the view/form or to use a template. In the patch I have added to the ticket, I have taken the template route. I would like to know if there is a precedence for an issue like this, and if I'm on track or way off base. Keep in mind I'm a newbie around here so be gentle.