From e484803cf92e4456eb066a9d1c664e4c41531b7d Mon Sep 17 00:00:00 2001 From: Ben White Date: Tue, 19 Mar 2024 12:01:41 +0100 Subject: [PATCH] fix --- posthog/api/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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