Login System
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
how to write a code for login system ? i know normal login system .. but this .. very critical to write .. 1. List of registered users in the system 2. List of LoginID and password User can register for system if not registered Also give following validation 1. Password should be minimum of 8 characters 2. It must be a combintion of alphabets,digits and one special character 3. If user enters wrong password three times, then block the login for 2 minutes. 4. LoginID must be unique If the LoginID and password matches with the one stored in the file then display appropriate message. plz .. help me .. and .. any idea ... comment ..now .. Advance .. Thanks ...