Skip to content

Commit

Permalink
Change the default management console to console application.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanuja committed Oct 16, 2023
1 parent 4a36240 commit c6d74c3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@
"authorization_manager.properties.GroupAndRoleSeparationEnabled": "true",
"authorization_manager.properties.GroupAndRoleSeparationImprovementsEnabled": "true",

"user_store.properties.UsernameJavaScriptRegEx": "^[\\S]{3,50}$"
"user_store.properties.UsernameJavaScriptRegEx": "^[\\S]{3,50}$",

"management_console.default_path": "console"
}

0 comments on commit c6d74c3

Please sign in to comment.