Allow admin manager of contributors to use user autocomplete
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 28 Jan 2023 19:23:58 +0000 (14:23 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 30 Jan 2023 15:29:07 +0000 (10:29 -0500)
commit9fcb7ae684265ee618a3570f97aff5e9868d550c
tree90efd73fbc28e0dce5f930254684cf6ca5cfa2ad
parenta48129409373f17befdba09a80f343efa1f9e410
Allow admin manager of contributors to use user autocomplete

This adds a permission check in the user admin view logic to allow
someone administrating contributors to use the autocomplete
functionality even if the user does not have permission to modify
the users directly.
pgweb/account/admin.py