This is an automated email from the ASF dual-hosted git repository. xiaozhenliu pushed a commit to branch xiaozhen-default-user-sys in repository https://gitbox.apache.org/repos/asf/texera.git
commit 31fe50bd11020f907653a98fc312019f6fb8192d Author: Xiao-zhen-Liu <[email protected]> AuthorDate: Mon Sep 29 09:51:49 2025 -0700 chore(config): enable user system by default --- core/config/src/main/resources/user-system.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/src/main/resources/user-system.conf b/core/config/src/main/resources/user-system.conf index aa7d65a333..72f5e23d23 100644 --- a/core/config/src/main/resources/user-system.conf +++ b/core/config/src/main/resources/user-system.conf @@ -17,7 +17,7 @@ # See PR https://github.com/Texera/texera/pull/3326 for configuration guidelines. user-sys { - enabled = false + enabled = true enabled = ${?USER_SYS_ENABLED} admin-username = "texera"
