Back to Projects
🔒 Authentication System
A simple login form that validates username and password credentials
Try logging in with username "admin" and password "1234"
Login Form
Project Details
Requirements:
- If username is "admin" and password is "1234", show "Login successful"
- If username is "admin" but password is wrong, show "Wrong password"
- If username is incorrect, show "User not found"
- Validate that fields aren't empty