Error deleting user via admin interface when the user has an active UserKey #892

Closed
opened 2025-12-29 16:26:46 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Apr 27, 2017).

Issue type: Bug report

Python version: 2.7.4
NetBox version: v2-develop

Attempting to delete a user via the admin UI triggers a server error if the user has an active UserKey:

FieldError at /admin/auth/user/5/delete/

Cannot resolve keyword 'user' into field. Choices are: cipher, created, hash, id, userkey, userkey_id
Originally created by @jeremystretch on GitHub (Apr 27, 2017). ### Issue type: Bug report **Python version:** 2.7.4 **NetBox version:** v2-develop Attempting to delete a user via the admin UI triggers a server error if the user has an active UserKey: ``` FieldError at /admin/auth/user/5/delete/ Cannot resolve keyword 'user' into field. Choices are: cipher, created, hash, id, userkey, userkey_id ```
adam added the type: bug label 2025-12-29 16:26:46 +01:00
adam closed this issue 2025-12-29 16:26:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#892