Commit 7a1dd74a by Jose Antonio Gonzalez

dont redefine post method [ci skip]

parent 5150a960
...@@ -613,7 +613,7 @@ class RecoverPasswordView(views.APIView): ...@@ -613,7 +613,7 @@ class RecoverPasswordView(views.APIView):
HttpResponse: 405 if using an unsupported HTTP method HttpResponse: 405 if using an unsupported HTTP method
""" """
def post(self, request, format=None): def post(self, request, *args, **kwargs):
""" """
Makes the request to change the password Makes the request to change the password
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment