diff --git a/posthog/api/user.py b/posthog/api/user.py index 6f26684d96c28..c75dd870c67a7 100644 --- a/posthog/api/user.py +++ b/posthog/api/user.py @@ -56,7 +56,7 @@ from posthog.models.organization_domain import OrganizationDomain from posthog.models.user import NOTIFICATION_DEFAULTS, Notifications from posthog.permissions import APIScopePermission -from posthog.rate_limit import UserAuthenticationThrottle, UserEmailVerificationThrottle +from posthog.rate_limit import UserAuthenticationThrottle, UserEmailVerificationThrottle, UserPasswordResetThrottle from posthog.tasks import user_identify from posthog.tasks.email import send_email_change_emails from posthog.user_permissions import UserPermissions