Skip to content

Commit eeec418

Browse files
committed
fix: Set default password
1 parent 0294ab0 commit eeec418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ klaw.core.ha.enable=false
9393
# In case of AD or Azure AD, configure an existing user from AD in the below config for username. Ex : superadmin@domain.
9494
# Leave it blank if this user is not required
9595
klaw.superadmin.default.username=superadmin
96-
klaw.superadmin.default.password=
96+
klaw.superadmin.default.password=welcometoklaw
9797

9898
# TTL for password reset token in milliseconds defaut is 60000 which is ten minutes.
9999
klaw.reset.password.token.ttl=60000

0 commit comments

Comments
 (0)