BekahT / VetApp

A Java desktop application to be used in a veterinarian's office for managing clients, pets, and appointments.
0 stars 0 forks source link

Login #2

Closed BekahT closed 4 years ago

BekahT commented 4 years ago

Staff can log into the application with a username and password.

BekahT commented 4 years ago

Meeting notes:

cp-umuc commented 4 years ago

Need to agree on default log in creds and document themm.

cp-umuc commented 4 years ago

Login button is blank

Screen Shot 2020-04-16 at 7 12 22 AM
cp-umuc commented 4 years ago

Exit button is missing.

cp-umuc commented 4 years ago

Error messages about empty or invalid creds needs to be displayed as red text on the GUI, not in the console.

cp-umuc commented 4 years ago

Error message for "Username or password can not be empty!" - cannot is one word

cp-umuc commented 4 years ago

Error in console with valid username/invalid password: Invalid username or password!

Error in console with invalid username/invalid password: Authentication unsuccessful: ResultSet closed Invalid username or password!

BekahT commented 4 years ago

Exit button does not exit the application. Suggested default credentials "Staff" and "P@ssw0rd"

BekahT commented 4 years ago

Already done previously

cp-umuc commented 4 years ago

Username should be case insensitive - BOB/bob/Bob, whatever as long as the password is right.

BekahT commented 4 years ago

Made username case insensitive in https://github.com/BekahT/VetApp/pull/43