Different auto log-ins on same project

You have two strategies here:

  1. Have the project auto-login, and then using the client startup script to detect what machine you’re on (if possibel) and either open up the screens you want for the specific area or log back out or show a custom login window.

  2. Create projects specific to each area that auto login and then using their startup script redirect to the main project, passing the appropriate credentials and startup windows.

I like method 2 best, but both ways work.