astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

update conditional_backend_url_patterns #33

Closed allynt closed 4 years ago

allynt commented 4 years ago

b/c of a change w/ django-allauth, the way I created conditional_backend_url_patterns broke. I rewrote it to handle both RegexPatterns and RoutePatterns.

The specific problem that this solves is to ensure users are redirected to the "email-verification-sent" view after registering.

Closes #32