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