diff --git a/rest_auth/registration/views.py b/rest_auth/registration/views.py index 41ca856..de31f38 100644 --- a/rest_auth/registration/views.py +++ b/rest_auth/registration/views.py @@ -28,6 +28,7 @@ class RegisterView(CreateAPIView): serializer_class = RegisterSerializer permission_classes = (AllowAny, ) token_model = TokenModel + throttle_scope = 'register_view' def get_response_data(self, user): if allauth_settings.EMAIL_VERIFICATION == \