Finish remove user implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user