Share all details about your problem, including any error messages you may have received.
Hi Community,
I want to remove the copyright statements from the IIQ login page and also i want the display name to be changed on the browser tab for ex- now we access the sailpoint it comes as Sailpoint IdentityIQ, i want to change it to company IdentityIQ.
You need to update “loginInclude.xhtml” file. This file is located under ROOT\ui folder.
In the screenshot I have highlights 230th line which will show copy right msg on login page. You need to remove that line and save it and It will reflect on login page.
For this you need to update in multiple html pages. But there is a simple solution. Just need to add below entry in iiq.properties file and restart it.
sailpoint_iiq=<Replace Company Name> IdentityIQ.
Note: This will only reflect after the tomcat server restart.
I hope this helps. Let me know if you face any issue.
Basically loginInclude.xhtml will be found when you extract identityiq.war file.
But, if you already installed SailPoint, then you need to search this file inside tomcat folder. As you can see in above screenshot that loginInclude.xhtml file present in my local computer in tomcat folder