X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0c552f312b27f23a0c8a9dddb4220c3d9c59cdf1..95d54ec2f747d0b89fff42965a781689e7d4db1e:/projects/sgconf/users.cpp diff --git a/projects/sgconf/users.cpp b/projects/sgconf/users.cpp index 61d36736..37b3db5e 100644 --- a/projects/sgconf/users.cpp +++ b/projects/sgconf/users.cpp @@ -57,6 +57,12 @@ for (size_t i = 0; i < DIR_NUM; ++i) std::cout << Indent(level) << "user data:\n"; for (size_t i = 0; i < USERDATA_NUM; ++i) std::cout << Indent(level + 1, true) << "user data " << i << ": " << info.userData[i] << "\n"; +if (!info.authBy.empty()) + { + std::cout << Indent(level) << "auth by:\n"; + for (size_t i = 0; i < info.authBy.size(); ++i) + std::cout << Indent(level + 1, true) << info.authBy[i] << "\n"; + } } void SimpleCallback(bool result,