I'm working on a calculator that will eventually lead to needing 1000's and maybe 10's of thousands of people to login. Think employees of multiple large companies, that type of thing. Every employee has an individual login.
1) Are there any limitations on the size of the password file? Can I have 10K or more logins in one file without any performance issues?
2) And if so, are there any good tools to maintain this? i.e. I get a spreadsheet of user/passwords and I want to dump them into a password file? Or should I have this written custom?
3) Once logged in, can I call a program with the username info (i.e. as soon as they hit the page, it's personalized to them)?
4) can I have multiple password files in one htaccess file? i.e. can I have passwordfile1 and passwordfile2, and users from either file can get logged in? (this would allow me to keep logins from different companies in seperate files).