From 4a78132095615f3bf44ec5cdd15ff7ccafa7363e Mon Sep 17 00:00:00 2001 From: chasegawa Date: Wed, 25 Aug 2021 10:10:55 -0700 Subject: [PATCH] SHIBUI-1746 Default user configuration --- backend/src/main/resources/application.properties | 1 + backend/src/main/resources/application.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 1960625fc..b6d9a4627 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -58,6 +58,7 @@ shibui.logout-url=/dashboard # spring.profiles.active=default +## Default password must be set for the default user to be configured and setup #shibui.default-password= shibui.default-rootuser=root diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index d1fea58e5..ca482f2ac 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -1,5 +1,7 @@ #shibui: +## Default password must be set for the default user to be configured and setup # default-rootuser=root +# default-password= # pac4j-enabled: true # pac4j: # keystorePath: "/etc/shibui/samlKeystore.jks"