Provide a UserManagementCallbacks.seq to replace the currently hard-coded built in TestStand User management so that we can implement our own site-specific user management.
Sequences should allow for
1) Retrieving and returning of a user container from a database or file of our choosing (login)
2) Storage of new user credentials to a database or file of our choosing
3) Adding a New User with the option to reject (i.e. we don't like the name "!#%ThisGuysName!!!")
3) Deleting a User with option to reject deletion (i.e. we don't want to allow deleting user "Administrator" or "ThisReallyImportantUser"
4) Updating User Information
5) Logout, return a default user or shutdown on logout.
6) Retrieving of All Users available for login.
7) Check if a UserExists
This would be in addition to the FrontEndCallbacks that handle the Login/LogOut process.