We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In one of my repos, I have the following pop up, is there a fix that we can expect sooner ?
The text was updated successfully, but these errors were encountered:
see #784
Sorry, something went wrong.
@atchisson Thanks !!
This is related to: CVE-2024-22513
When using is_active=False in User.objects.create_user(), the AccessToken.for_user method should throw an error when retriving the user.
is_active=False
User.objects.create_user()
AccessToken.for_user
I haven't checked if there is a PR pending for this.
I believe this is duplicated. See #779
No branches or pull requests
In one of my repos, I have the following pop up, is there a fix that we can expect sooner ?
The text was updated successfully, but these errors were encountered: