Adding Signup Table

This commit is contained in:
stephb9959
2022-02-22 15:02:40 -08:00
parent fb01f895d4
commit d4a13d56bc
2 changed files with 12 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ namespace OpenWifi {
SecurityObjects::UserInfo UI;
UI.from_json(Answer);
std::ostringstream os;
Answer->stringify(os);
std::cout << "Create user: " << std::endl << os.str() << std::endl;
// so create the Signup entry and modify the inventory
ProvObjects::SignupEntry SE;