Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
huerni committed Dec 3, 2024
1 parent a9b1f63 commit ac83c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CraneCtld/DbClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ bool MongodbClient::CheckDefaultRootAccountUserAndInit_() {
CRANE_TRACE("Default user ROOT not found. Insert it into DB.");

root_user.name = "root";
root_user.password = "root";
root_user.password = "";
root_user.default_account = "ROOT";
root_user.admin_level = User::Root;
root_user.uid = 0;
Expand Down

0 comments on commit ac83c71

Please sign in to comment.