This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to change web portal title

Hello, we have a requirement that the title of the web portal pages has to be changed to customer name.

for example

"Login - Dell One Identity Manager" should be changed to "Login - Customer Name

"Home Page - Dell One Identity Manager" should be changed to "Home Page - Customer Name

we are using OneIM 7.1.2 version.

 

Parents
  • It's the same in version 8 from what I can tell.

    For the login page, it's easier to search in the modules for the form VI_FormTemplate_FullScreen

    Copy, (if not already), and expand "html" | "System.Web.UI.HtmlControls.HtmlHead..." and select "Title".

    Update the "Value", if you just want to change the name, replace "%PRODUCTNAME%" with whatever you want.

    And after re-publishing and clearing any cache, should change!

    Almost the same for the other form. Find and copy "QBM_FormTemplate_Base"

    Expand "Definition" | "Control list" | "html" | "System.Web.UI.HtmlControls.HtmlHead..." and select "Title"

    Update as before, publish, clear local browser cache, done!

     

    Hope this helps!

    Roman

Reply
  • It's the same in version 8 from what I can tell.

    For the login page, it's easier to search in the modules for the form VI_FormTemplate_FullScreen

    Copy, (if not already), and expand "html" | "System.Web.UI.HtmlControls.HtmlHead..." and select "Title".

    Update the "Value", if you just want to change the name, replace "%PRODUCTNAME%" with whatever you want.

    And after re-publishing and clearing any cache, should change!

    Almost the same for the other form. Find and copy "QBM_FormTemplate_Base"

    Expand "Definition" | "Control list" | "html" | "System.Web.UI.HtmlControls.HtmlHead..." and select "Title"

    Update as before, publish, clear local browser cache, done!

     

    Hope this helps!

    Roman

Children
No Data