Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.8
Python Version
3.11
Steps to Reproduce
- Create two superuser users (user1, user2)
- run a script through
python manage.py runscript
while specifying--user user2
Expected Behavior
The job should have been ran as the "user2".
Observed Behavior
The job is ran by the user with the lowest ID In our case user1.