I have a two input text field window in which users input an ID and Password. I then need to compare these passwords to allowable users. What would be the best method for associating each unique password with its specific user id?
JavaNewbieEK 0 Newbie Poster
Recommended Answers
Jump to PostTo test the functionality of the rest of the program, I just have a single user name and password hard-coded in. It can not authenticate multiples. How the valid pairs should be saved is what I am wondering. 2 basic arrays, a 2-D array, linked list?
imho the best way …
All 4 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
JavaNewbieEK 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.