Skip to content
New issue

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

Restrict user search #1124

Merged
merged 2 commits into from
Jun 23, 2022
Merged

Restrict user search #1124

merged 2 commits into from
Jun 23, 2022

Conversation

jjnesbitt
Copy link
Member

Closes #661
Closes #630

It turns out that the allauth SocialAccount.extra_data field isn't actually a JSONField in postgres, it's just a text field. This makes search a little more finicky, but I think I've taken a careful approach.

@jjnesbitt jjnesbitt merged commit 3afecac into master Jun 23, 2022
@jjnesbitt jjnesbitt deleted the 661-user-search branch June 23, 2022 15:14
@dandibot
Copy link
Member

🚀 PR was released in v0.2.26 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tighten user search endpoint users_search_list - searches all fields? (not eg. just name and login)
3 participants