We have just migrated from 8.0.3 to LSF9. Due to our users having 2 login ID's (one for ESS/MSS & one for Portal), in 8.0.3 we had 2 different Portal Login screens: one for ESS/MSS (indexss.htm/logonss.htm) and one for Portal users(index.htm/logon.htm). The Portal login screen was modified to 'append' a 'P' to the end of the userid during the login process. Thus the users can enter their normal 'login' ID and don't have to remember to append a 'P' when they are logging into Portal.
We are attempting to replicate this logic in LSF9. I have found the login.html & login.js files but I cannot determine where the login.html file is originally called from. We would like to have a login.html file for ESS/MSS and a different one for Portal. This means I would have a loginSS.html and login.html file respectively.
Can anyone tell me where the login.html file is called from and how I can change that process to call either the login.html or the loginSS.html file based on which screen I want to login to.