JWebCoding / LibraryDesktop

A desktop application to interact with a book database
1 stars 0 forks source link

User Account Sign-in Functionality #3

Open JWebCoding opened 2 years ago

JWebCoding commented 2 years ago

Add the code to handle user login input, check its' validity and then log in a user so that they can access the program.

Reasons For: Having to access the program through a sign-in process would improve security and prevent tampering with the database contents.

Reason Against: Inconvenient for testing though the bulk of testing is now finished.

JWebCoding commented 2 years ago

Login fields added. Logic should be added this week.