Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set the activate_url point to my server host instead of "example.com" #272

Open
Little-Wallace opened this issue Oct 13, 2017 · 3 comments

Comments

@Little-Wallace
Copy link

I have found the template file "email_confirmation_message.txt", but I do not know how to set the activate_url and account_tags.
Thanks for viewing my problem.

@KatherineMichel
Copy link
Member

Hello. Thank you for your question. Have you tried using the following in your settings.py? THEME_CONTACT_EMAIL = 'example@email.com'

@brosner
Copy link
Member

brosner commented Oct 13, 2017

DUA gets this information from the Django Site model in django.contrib.sites. In a project started with Pinax this can be changed in the fixtures/sites.json file. Once changed you can update using python manage.py loaddata sites.

@Ralphkay
Copy link

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants