How to customize the login page and the login process ?
Hi,
My customer has a requirement, the user can manage one or more factories. If a user manage multiple factories then the user can select which factories he need to login in the login page, otherwise he don't need to choose factory . The home mashup page of different factory may be different or same .
So the login process would be :
- choose factory in login page -> check user's authorization of the factory -> lookup the factory's home mashup -> open the home mashup of the factory
- login without choosing factory -> find the user's factory -> lookup the factory's home mashup -> open the home mashup of the factory
I have lots of questions here:
- In the login page, how to get the factory list before login in ? It has to be hard coded list ?
- How to send the factory selected in login page to the ThingWorx server ?
- Where can I implement the logic of checking authorization of user & factory and find the user's factory ?
- How to display the error message in login page if the checking of above step #3 get failed ?
- How to forward to the target factory's home mashup one find it ?
Regards,
Sean

