X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Fcreateidentitypage.cpp;fp=src%2Fhttp%2Fpages%2Fcreateidentitypage.cpp;h=0e4d41166d3b631b32245c474de12409eb399991;hp=10152ba9c479d7346af2ca1ad72334ce54c9dc02;hb=c0ebc7b53a977885ebc2d3a679c586ae20c0bc4a;hpb=278ee758050cb7772cd95946688c5b40104f4d8b diff --git a/src/http/pages/createidentitypage.cpp b/src/http/pages/createidentitypage.cpp index 10152ba..0e4d411 100644 --- a/src/http/pages/createidentitypage.cpp +++ b/src/http/pages/createidentitypage.cpp @@ -31,6 +31,7 @@ const std::string CreateIdentityPage::GeneratePage(const std::string &method, co m_db->Execute("INSERT INTO tblIdentityTrust(LocalIdentityID,IdentityID) SELECT LocalIdentityID,IdentityID FROM tblLocalIdentity,tblIdentity WHERE LocalIdentityID || '_' || IdentityID NOT IN (SELECT LocalIdentityID || '_' || IdentityID FROM tblIdentityTrust);"); content+="

Created Identity

"; + content+="You must have at least 1 local identity that has set explicit trust list trust for one or more peers who are publishing trust lists or you will not be able to learn about other identities."; } else {