# HG changeset patch # User Sebastien Jodogne # Date 1786731752 -7200 # Node ID 2ce307ea130927be6cfab07eb660ba24da3963f7 # Parent 133a8ad4f4720a4ff1a6bdcf350f4a045627fbdf clarified logs diff -r 133a8ad4f472 -r 2ce307ea1309 OrthancServer/Sources/OrthancConfiguration.cpp --- a/OrthancServer/Sources/OrthancConfiguration.cpp Fri Aug 14 18:09:56 2026 +0200 +++ b/OrthancServer/Sources/OrthancConfiguration.cpp Fri Aug 14 20:22:32 2026 +0200 @@ -919,8 +919,9 @@ if ((username == "orthanc" && password == "orthanc") || (username == "alice" && password == "orthanctest")) { - LOG(WARNING) << "====> Your configuration contains a well-known user-password pair, " - << "your setup is POSSIBLY INSECURE <===="; + LOG(WARNING) << "====> Your configuration contains a username/password pair with well-known credentials " + << "(check out username \"" << username << "\" in option \"" << REGISTERED_USERS + << "\"), your setup is POSSIBLY INSECURE <===="; hasInsecureUser = true; } }