Skip to content

Java project for creating user, check login and group management.

Notifications You must be signed in to change notification settings

miquelfabregapascual/User-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

User-Authentication - By Miquel

Java project for creating user, check login and group management.

Technologies Used:

  • Java
  • Apache NetBeans IDE

Overview

The project consists of three main exercises aimed at demonstrating fundamental programming skills:

Exercise1

This exercise allows users to input usernames and passwords, which are then stored in a text file.

Exercici1 Screenshot

Exercise2

Users can log in by providing their username and password. The program checks the credentials against the stored data in the text file.

Successful Login:

Exercici2 Successful Login

Failed Login:

Exercici2 Failed Login

Exercise3

Users can input group names, which are then stored in another text file. The program checks for existing groups to prevent duplication.

Group Exists:

Exercici3 Group Exists

Group Doesn't Exist:

Exercici3 Group Doesn't Exist

How to Run:

To run the project:

  1. Clone the repository to your local machine.
  2. Open the project in Apache NetBeans IDE.
  3. Compile and run the Practica2.java file.

About

Java project for creating user, check login and group management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages