Login system in C has flaw on verification
Advertisements I have implemented a login system in C, where the user has three chances to enter the correct user_id and password, if you finish all, the program close. The problem now is that if the first attempt failed, and the second attempt key incorrect credentials, the system wont authenticate the user, it only works… Read More Login system in C has flaw on verification