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.

 

  • search in VI_FormTemplate_FullScreen and QBM_FormTemplate_Base for parameter title and change it.
  • It worked. Thank you very much.

    Regards,
    Suresh Yadali
  • Hi Geraldine,

    how to achieve same in one IM 8.0 version.

    Thanks in advance.
  • 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

  • Hi Roman,

    Thanks a lot, I was able to search same but the value was grayed out in default form templates.

    is there any way to edit the default templates? Please suggest.

     

  • Hi Roman,

    Need your input on below two questions also.

    1. Need to update footer value on login page: able to find same in VI_common_login but it is grayed out and we are not able to edit it.

    2. need to update background color of only login page.

    please suggest.

     

      

  • I'm glad that I was able to help! I know I glanced over it in my last post, but I'll include more detail here. If you don't already see "There is a substitution rule for this object" under the out of the box Form, you need to click the "Copy" button. After copied, you can edit the "CCC_..." form template.

    Don't forget to re-publish after you've made the copy and changes. 

    Hope this Helps,

    -Roman

  • Great, able to complete this.

  • Hi Roman,

     

    Need some more input how to change title and logo value for password reset portal?

    I am able to find "QER_PasswordWeb_FormTemplate" but where exact to edit for title. Since we are still able to see default title on password web portal.

    adding screen shot for more understanding.

    Thanks and Best regards.

  • Hi Roman,

     

    we have below two requirements also, Please share your input or suggestion to achieve same.

     

    On Web portal-- Home screen should have user name along with Welcome text
    Last login time should be visible to user on home page.