User is shown as not active on User detail view even when active #8546

Closed
opened 2025-12-29 20:37:59 +01:00 by adam · 1 comment
Owner

Originally created by @rodvand on GitHub (Aug 31, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.6.0

Python version

3.8

Steps to Reproduce

  1. Create a new user named test_user with a random password (Admin -> Users -> Add)
  2. Make sure the user is active

Expected Behavior

On the detail view of the user (users/users/) the active field is shown as X.

Observed Behavior

The user should be shown as active with a green checkmark. It is correct in the users list view.

Originally created by @rodvand on GitHub (Aug 31, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.6.0 ### Python version 3.8 ### Steps to Reproduce 1. Create a new user named test_user with a random password (Admin -> Users -> Add) 2. Make sure the user is active ### Expected Behavior On the detail view of the user (users/users/<id>) the active field is shown as X. ### Observed Behavior The user should be shown as active with a green checkmark. It is correct in the users list view.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:37:59 +01:00
adam closed this issue 2025-12-29 20:37:59 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 31, 2023):

This is a bug in the user view template: We're evaluating active instead of is_active. The correct value is visible in the users list view.

@jeremystretch commented on GitHub (Aug 31, 2023): This is a bug in the user view template: We're evaluating `active` instead of `is_active`. The correct value is visible in the users list view.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8546