astrosat / django-astrosat-users

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

force dj-rest-auth serializers to use allauth forms #48

Open allynt opened 4 years ago

allynt commented 4 years ago

Some of the serializers are hard-coded to use Django's built in SetPasswordForm instead of the corresponding Allauth forms. This seems wrong - especially if I've customised form behaviour.