My Django User Verification Email Link starts with http
Below is an example:
http://examplesitexxx.com/accounts/confirm-email/MTA:1poGIh:x7zOj4350ZP6uLhT0wUEp1CRE13jWrvRanofpFgTBkw/
I want to change the Verification URL that starts with 'https'.
So I access the file allauth/templates/account/email/email_confirmation_message.txt
.
In this file I see {{ activate_url }}
.
It should be a source of Verification Email URL but I can't figure out how to change the activate_url
that start from https
from http
.
I just mentioned the above settings in this question but still if more code is required then tell me I'll update my question with that information.