funkwhale/api/funkwhale_api/users
Georg Krause 02bb83e3f4 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>
2023-08-31 17:51:46 +00:00
..
migrations
oauth style: format file with black==23.7.0 2023-07-25 19:04:32 +02:00
__init__.py
adapters.py
admin.py style: format file with black==23.7.0 2023-07-25 19:04:32 +02:00
api_urls.py
auth_backends.py
authentication.py
dynamic_preferences_registry.py
factories.py
middleware.py
models.py style: format file with black==23.7.0 2023-07-25 19:04:32 +02:00
mutations.py
rest_auth_urls.py
serializers.py fix(api): Fix password reset via email 2023-08-31 17:51:46 +00:00
tasks.py
views.py
wordlist.txt