Skip to content

Add new configuration flag to disable CSRF on registration page.

This commit adds a new configuration flag DEBUG_CSRF_EXEMPT_REGISTRATION that when set to True the registration page will not generate a form with CSRF protection. This is needed for load testing.

Merge request reports