Use site_configuration helper to get url base for activation email - #132
Conversation
|
This is an issue on Eucalyptus, too, working through some conflicts on my local before fixing there. |
|
@bryanlandia I'm guessing this is a problem because the user is creating an account through a microsite. e.g.: and the activation email is returning something like: Is that what you're seeing? It's been a while since I've played with microsites, but have you tried overriding With this PR, it looks like you're hardcoding the activation email to be: Is there any case where you'd like that URL to be: ? |
|
@tkeemon - Yep, some users are signing up at microsite.domain.com/register but were getting activation emails with links to domain.com/activate/xxxxxx. This site uses the newer |
|
Great. All of that sounds good. If this is still a problem upstream, can you please open a PR there as well. |
Student account activation email was not respecting SITE_NAME (which is actually a domain name) from
openedx.core.djangoapps.site_configuration.helpers. This PR fixes that.