fix: reimplement password reset #75064
Annotations
8 errors and 1 warning
Check static typing:
posthog/api/user.py#L457
Argument 1 to "check_token" of "PasswordResetter" has incompatible type "User | None"; expected "User"
|
Check static typing:
posthog/api/user.py#L461
Item "None" of "User | None" has no attribute "uuid"
|
Check static typing:
posthog/api/user.py#L522
Item "None" of "User | None" has no attribute "set_password"
|
Check static typing:
posthog/api/user.py#L523
Item "None" of "User | None" has no attribute "requested_password_reset_at"
|
Check static typing:
posthog/api/user.py#L524
Item "None" of "User | None" has no attribute "save"
|
Check static typing:
posthog/api/user.py#L527
Argument 1 to "report_user_password_reset" has incompatible type "User | None"; expected "User"
|
Check static typing:
posthog/api/user.py#L528
Argument 1 to "report_user_logged_in" has incompatible type "User | None"; expected "User"
|
Check static typing
Process completed with exit code 7.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, syphar/restore-virtualenv@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading