Don't hardcode https protocol in enrollment emails.
Use http or https, depending on the value of `request.is_secure()`. That is how links in most other emails are handled.
Showing
Please
register
or
sign in
to comment
Use http or https, depending on the value of `request.is_secure()`. That is how links in most other emails are handled.