Finish remove user implementation

This commit is contained in:
2020-05-26 01:37:11 +02:00
parent 03f2c31989
commit c4e2ec96dd
4 changed files with 13 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ public:
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);
void remove_user(std::string username);
};
#endif // SESSION_MANAGER_H