add suport to add users

This commit is contained in:
2020-05-23 19:59:55 +02:00
parent 021139d669
commit 03f2c31989
11 changed files with 133 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ public:
int remove_command(std::string package);
std::list<std::string> get_packages_info();
std::list<std::string> get_users_info();
void create_user(std::string username, std::string password, bool admin);
};
#endif // SESSION_MANAGER_H