From 5f9421ed8bbc82d50bc156fff5c261b7e043d8bb Mon Sep 17 00:00:00 2001 From: Simon Strandgaard Date: Fri, 10 Apr 2026 15:05:17 +0200 Subject: [PATCH 1/4] feat: add User ID override field to demo_run page Allows admins to run plans as a different user. Leave empty to use the current user's ID. Works with both POST and GET methods. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend_multi_user/templates/demo_run.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend_multi_user/templates/demo_run.html b/frontend_multi_user/templates/demo_run.html index 634f0af28..202d51ea9 100644 --- a/frontend_multi_user/templates/demo_run.html +++ b/frontend_multi_user/templates/demo_run.html @@ -208,14 +208,18 @@

Demo Run

-
User ID: {{ user_id }}
+
+ + + Leave empty to use current user +