Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 135 by arockinit: Emails (Password reminders, etc...) go out
using example.com as the root URL
http://code.google.com/p/django-hotclub/issues/detail?id=135
What steps will reproduce the problem?
1. Setup Pinax using defaults
2. Create user account
3. Verify email address
4. Check email
What is the expected output? What do you see instead?
Email content:
{{{
User 'adam' at example.com has given this as an email address.
To confirm this is correct, go to
http://example.com/account/confirm_email/526aac8d5fa6f3dc82b2b9ba54daf58eae3add48/
}}}
Should be:
{{{
User 'adam' at mydomain.com has given this as an email address.
To confirm this is correct, go to
http://mydomain.com/account/confirm_email/526aac8d5fa6f3dc82b2b9ba54daf58eae3add48/
}}}
where mydomain.com is set in settings.py
What version of the product are you using? On what operating system?
Mac 10.5.5 Pinax Trunk (r1273)
Please provide any additional information below.
This is low priority but it does prevent taking a Pinax app live without
customization that should be handled by the central settings file rather
than in various places.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---