fix(api): Fix password reset via email

The original serializes assumes if allauth is installed, its also used
for the token generation. Thats not the case for us, so we need to
overwrite this behavior

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2565>
This commit is contained in:
Georg Krause 2023-08-29 11:58:11 +02:00 committed by Marge
commit 02bb83e3f4
3 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Fix password reset via email