manage.py runscript --user ignored #17321
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.8
Python Version
3.11
Steps to Reproduce
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.
The text was updated successfully, but these errors were encountered: