Merge pull request #4234 from emanuelschuetze/https
Set use_https to true
This commit is contained in:
commit
7b4ea753c1
@ -597,7 +597,7 @@ class PasswordResetView(APIView):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
http_method_names = ["post"]
|
http_method_names = ["post"]
|
||||||
use_https = False # TODO: Do we use https?
|
use_https = True # TODO: get used protocol from server, see issue #4233
|
||||||
|
|
||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user