You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling CsrfViewMiddleware, emailauth breaks because there are no {% csrf_token %} tags in the forms. Since CSRF is now enabled by default, it should be supported in the templates so fewer people will have to override them.
The text was updated successfully, but these errors were encountered:
When enabling CsrfViewMiddleware, emailauth breaks because there are no
{% csrf_token %}
tags in the forms. Since CSRF is now enabled by default, it should be supported in the templates so fewer people will have to override them.The text was updated successfully, but these errors were encountered: