Html email template for Django Accounts’ auth_view doesn’t recognize the protocol, http or https.
It works on other manual, non auth_views html email templates.
Manual Html email template – request.Scheme
works.
<p>{{ request.Scheme }}://{{ domain }}{% url 'user_activate' uidb64=uid token=token %}</p>
Manual html email template activation link
http://192.168.1.1:9000/activate/NDY/c9rpjv-8f514370dc5a858e9575958738e5b34q
Auth_view Html email template – request.Scheme
doesn’t work.
<p>{{ request.Scheme }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}</p>
Auth_view link in the email
://192.168.1.1:9000/password_reset_link/NDY/c3lpkf-237q81cs574ad1875551161a43c8c8a9