@@ -3,10 +3,8 @@
#include <string>
// Rôles disponibles
enum Role { ADMIN, PROF, STUDENT };
// Structure pour un utilisateur
struct User {
std::string login;
std::string password;
The note is not visible to the blocked user.