mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-06 13:38:05 +00:00
Adding Signup Table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user