From 84750839dddba76f8fbae72fe6a5763203b6bcd1 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 16 Jun 2026 09:25:35 +0200 Subject: [PATCH] added admin email address to openwebui --- openwebui/template.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/openwebui/template.json b/openwebui/template.json index f7f2d4b..1a3b921 100644 --- a/openwebui/template.json +++ b/openwebui/template.json @@ -12,10 +12,17 @@ "required": "true" }, { - "description": "Admin username", + "description": "Admin email address", + "key": "WEBUI_ADMIN_EMAIL", + "value": "", + "info": "The initial admin email address for Open WebUI.", + "required": "true" + }, + { + "description": "Displayed username", "key": "WEBUI_ADMIN_NAME", "value": "", - "info": "The initial admin username for Open WebUI.", + "info": "The initial displayed username for Open WebUI.", "required": "true" }, {