Merge branch stable into develop
This commit is contained in:
parent
d2f7d45a0d
commit
ec8dc8e09f
57 changed files with 2844 additions and 1907 deletions
|
|
@ -1181,7 +1181,8 @@ if BROWSABLE_API_ENABLED:
|
|||
)
|
||||
|
||||
REST_AUTH_SERIALIZERS = {
|
||||
"PASSWORD_RESET_SERIALIZER": "funkwhale_api.users.serializers.PasswordResetSerializer" # noqa
|
||||
"PASSWORD_RESET_SERIALIZER": "funkwhale_api.users.serializers.PasswordResetSerializer", # noqa
|
||||
"PASSWORD_RESET_CONFIRM_SERIALIZER": "funkwhale_api.users.serializers.PasswordResetConfirmSerializer", # noqa
|
||||
}
|
||||
REST_SESSION_LOGIN = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue