I used the following resource to create a custom login page for my application.
http://brianpeddle.com/2011/06/06/building-a-custom-salesforce-login/
However, if the user is in an untrusted network, this approach necessitates the creation of a security token for each user, which changes when the user resets their password.
How can I make it such that numerous users can log in from this page? The only thing I can think of right now is adding an extra input box where the user may enter the security token along with their login and password. I'm curious if Salesforce allows javascript to dynamically collect security tokens for each user.