diff --git a/lms/djangoapps/student_account/views.py b/lms/djangoapps/student_account/views.py index 70c9c8c08e..8979f7b80e 100644 --- a/lms/djangoapps/student_account/views.py +++ b/lms/djangoapps/student_account/views.py @@ -613,7 +613,7 @@ class RecoverPasswordView(views.APIView): 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 """