This is a Java-ANT-based software, with simple GUI, developed as part of a project. The system provides functionalities for user authentication and management.
- User Registration (Data stored in MySQL)
- User Login
- Password Encryption
- Session Management
- Admin Panel (implementation of CRUD is under progress)
- The OTP verification is done by SMTP
src/: Contains the Java source code files.nbproject/: NetBeans project files..gitignore: Specifies files and directories to be ignored by Git.
- Java Development Kit (JDK) 8 or higher
- NetBeans IDE (Optional, for easier management)
- Clone the repository:
git clone https://github.com/PALLADIUM26/LoginSystem3.0.git
- Open the project in your preferred IDE.
- Build and run the project.
- Register a new user.
- Login using the registered credentials.
- The system will handle user sessions.
- https://github.com/javaee/activation/releases
- https://dbschema.com/jdbc-driver/mysql.html
- https://javaee.github.io/javamail/#Download_JavaMail_Release
Feel free to fork this repository and submit pull requests. Any contributions are welcome!






