Python Login Script; multiple passwords per account
问题 I've asked a question similar and can be found here: Python Login Script; Usernames and Passwords in a separate file However, I'm now looking to extend the script so that it can look at multiple passwords per user account in the text file and know that the first password is the legitimate password while any other specified password linked to that account will throw up an error message. So right now the external username file is set up so that its: Admin:AdminPW Now I'm looking to extend it to